---
title: autoresizingMask
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstablecolumn/resizingoptions/autoresizingmask
---

# autoresizingMask

Allows the table column to resize automatically in response to resizing the table view. The resizing behavior for the table view is set using the NSTableView method columnAutoresizingStyle.

## Declaration

```swift
static var autoresizingMask: NSTableColumn.ResizingOptions { get }
```

## See Also

### Constants

- [userResizingMask](appkit/nstablecolumn/resizingoptions/userresizingmask.md)
