<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/Style-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableViewStyle"
  },
  "title" : "NSTableView.Style"
}
-->

# NSTableView.Style

Contains the possible style values for a table view.

```
enum Style
```

## Topics

### Table Styles

[`NSTableView.Style.automatic`](/documentation/AppKit/NSTableView/Style-swift.enum/automatic)

The system resolves the table view style based on the table view hierarchy.

[`NSTableView.Style.fullWidth`](/documentation/AppKit/NSTableView/Style-swift.enum/fullWidth)

The table view style resolves to a full-width style.

[`NSTableView.Style.inset`](/documentation/AppKit/NSTableView/Style-swift.enum/inset)

The table view style resolves to an inset style.

[`NSTableView.Style.sourceList`](/documentation/AppKit/NSTableView/Style-swift.enum/sourceList)

The table view style resolves to a source-list style.

[`NSTableView.Style.plain`](/documentation/AppKit/NSTableView/Style-swift.enum/plain)

The table view style resolves to a plain style.



---

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)