---
title: NSTableView.Style.fullWidth
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstableview/style-swift.enum/fullwidth
---

# NSTableView.Style.fullWidth

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

## Declaration

```swift
case fullWidth
```

## Discussion

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.

## See Also

### Table Styles

- [NSTableView.Style.automatic](appkit/nstableview/style-swift.enum/automatic.md)
- [NSTableView.Style.inset](appkit/nstableview/style-swift.enum/inset.md)
- [NSTableView.Style.sourceList](appkit/nstableview/style-swift.enum/sourcelist.md)
- [NSTableView.Style.plain](appkit/nstableview/style-swift.enum/plain.md)
