---
title: NSBrowser.ColumnResizingType.autoColumnResizing
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsbrowser/columnresizingtype-swift.enum/autocolumnresizing
---

# NSBrowser.ColumnResizingType.autoColumnResizing

## Declaration

```swift
case autoColumnResizing
```

## Discussion

Discussion All columns have the same width, calculated using a combination of the minimum column width and maximum number of visible columns settings. The column width changes as the window size changes. The user cannot resize columns.

## See Also

### Constants

- [NSBrowser.ColumnResizingType.noColumnResizing](appkit/nsbrowser/columnresizingtype-swift.enum/nocolumnresizing.md)
- [NSBrowser.ColumnResizingType.userColumnResizing](appkit/nsbrowser/columnresizingtype-swift.enum/usercolumnresizing.md)
