Contents

allowsColumnReordering

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

Declaration

var allowsColumnReordering: Bool { get set }

Discussion

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

See Also

Related Documentation

Configuring Behavior