---
title: prefersAllColumnUserResizing
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowser/prefersallcolumnuserresizing
---

# 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

```swift
var prefersAllColumnUserResizing: Bool { get set }
```

## Discussion

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.

## See Also

### Sizing

- [removeSavedColumns(withAutosaveName:)](appkit/nsbrowser/removesavedcolumns(withautosavename:).md)
- [columnsAutosaveName](appkit/nsbrowser/columnsautosavename-swift.property.md)
- [NSBrowser.ColumnsAutosaveName](appkit/nsbrowser/columnsautosavename-swift.typealias.md)
- [columnContentWidth(forColumnWidth:)](appkit/nsbrowser/columncontentwidth(forcolumnwidth:).md)
- [columnWidth(forColumnContentWidth:)](appkit/nsbrowser/columnwidth(forcolumncontentwidth:).md)
- [columnResizingType](appkit/nsbrowser/columnresizingtype-swift.property.md)
- [width(ofColumn:)](appkit/nsbrowser/width(ofcolumn:).md)
- [setWidth(_:ofColumn:)](appkit/nsbrowser/setwidth(_:ofcolumn:).md)
- [defaultColumnWidth()](appkit/nsbrowser/defaultcolumnwidth().md)
- [setDefaultColumnWidth(_:)](appkit/nsbrowser/setdefaultcolumnwidth(_:).md)
- [rowHeight](appkit/nsbrowser/rowheight.md)
