Contents

width

The table column’s width, in points.

Declaration

var width: CGFloat { get set }

Discussion

The default value of this property is 100.0.

If the value of this property exceeds the minimum or maximum width, it’s adjusted to the appropriate limiting value.

This property posts columnDidResizeNotification on behalf of the table column’s NSTableView and marks the table view as needing display.

See Also

Controlling Size