prefersAllColumnUserResizing
A Boolean that indicates whether the browser is set to resize all columns simultaneously rather than resizing a single column at a time.
Declaration
var prefersAllColumnUserResizing: Bool { get set }Discussion
When the value of this property is true, the browser is set to resize all columns simultaneously. The default value of this property is false.
This setting applies only to browsers that allow the user to resize columns (see the constant NSBrowser.ColumnResizingType.userColumnResizing). Holding down the Option key while resizing switches the type of resizing used. This setting is persistent.