<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/columnAutoresizingStyle-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(py)columnAutoresizingStyle"
  },
  "title" : "columnAutoresizingStyle"
}
-->

# columnAutoresizingStyle

The table view’s column autoresizing style.

```
var columnAutoresizingStyle: NSTableView.ColumnAutoresizingStyle { get set }
```

## Discussion

This property determines how columns are resized when the table view size changes. The default value of this property is [`NSTableView.ColumnAutoresizingStyle.lastColumnOnlyAutoresizingStyle`](/documentation/AppKit/NSTableView/ColumnAutoresizingStyle-swift.enum/lastColumnOnlyAutoresizingStyle).

---

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)