Contents

resizingMask

The table column’s resizing mask.

Declaration

var resizingMask: NSTableColumn.ResizingOptions { get set }

Discussion

The value of this property specifies the resizability of the table column. See Resizing Modes for possible values. Values can be combined using the C bitwise OR operator.

When the value of this property is 0, the column is not resizable. The default value of this property is userResizingMask | autoresizingMask.

See Also

Controlling Size