3

可可文档指出:

setAutoresizesOutlineColumn:
Sets whether the receiver automatically resizes its outline column when the user expands or collapses an item.

- (void)setAutoresizesOutlineColumn:(BOOL)resize
Parameters
resize
    YES if the outline column is automatically resized, otherwise NO.
Discussion
    The outline column contains the cells with the expansion symbols and is generally the first column. The default is YES.

但是,无论我在扩展 NSOutlineView 的项目时将此值设置为什么,第一列都不会扩展。

我通过“Autoresizes Outline Column”选项在 IB 中设置了值,并且 Outline Column 设置为 Column 0。

有人有想法么?

我在 MacOS 10.8.4 上使用 Xcode 4.6.3。

NSOutlineView 是一个基于视图的 NSOutlineView。

4

0 回答 0