<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/ColumnAutoresizingStyle-swift.enum/lastColumnOnlyAutoresizingStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableViewColumnAutoresizingStyle@NSTableViewLastColumnOnlyAutoresizingStyle"
  },
  "title" : "NSTableView.ColumnAutoresizingStyle.lastColumnOnlyAutoresizingStyle"
}
-->

# NSTableView.ColumnAutoresizingStyle.lastColumnOnlyAutoresizingStyle

Autoresize only the last table column.

```
case lastColumnOnlyAutoresizingStyle
```

## Discussion

When that table column can no longer be resized, stop autoresizing.  Normally you should use one of the sequential autoresizing modes instead.

---

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)