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

# NSBrowser.ColumnResizingType.noColumnResizing

## Declaration

```swift
case noColumnResizing
```

## Discussion

Discussion Neither NSBrowser nor the user can change the column width. The developer must explicitly set all column widths.

## See Also

### Constants

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