<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableColumn/ResizingOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableColumnResizingOptions"
  },
  "title" : "NSTableColumn.ResizingOptions"
}
-->

# NSTableColumn.ResizingOptions

```
struct ResizingOptions
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSTableColumn/ResizingOptions/init(rawValue:))

### Constants

[`autoresizingMask`](/documentation/AppKit/NSTableColumn/ResizingOptions/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`](/documentation/AppKit/NSTableView/columnAutoresizingStyle-swift.property).

[`userResizingMask`](/documentation/AppKit/NSTableColumn/ResizingOptions/userResizingMask)

Allows the table column to be resized by the user.

[`NSTableColumnNoResizing`](/documentation/AppKit/NSTableColumnResizingOptions/NSTableColumnNoResizing)

Prevents the table column from resizing.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)