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

# NSTableView.Style.fullWidth

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

```
case fullWidth
```

## Discussion

In a full-width style table, each row spans the entire width of the table. The full-width style also applies a standard horizontal inset between the edges of the table and its first and last columns.

---

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)