Contents

columnAutoresizingStyle

The table view’s column autoresizing style.

Declaration

var columnAutoresizingStyle: NSTableView.ColumnAutoresizingStyle { get set }

Discussion

This property determines how columns are resized when the table view size changes. The default value of this property is NSTableView.ColumnAutoresizingStyle.lastColumnOnlyAutoresizingStyle.

See Also

Layout Support