Contents

allowsColumnResizing

A Boolean value indicating whether the table view allows the user to resize columns by dragging between their headers.

Declaration

var allowsColumnResizing: Bool { get set }

Discussion

The default of this property is true, which allows the user to resize the table view’s columns. You can resize columns programmatically regardless of this setting.

See Also

Related Documentation

Configuring Behavior