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

# NSTableView.Style.inset

The table view style resolves to an inset style.

## Declaration

```swift
case inset
```

## Discussion

Discussion In the inset style, each row is inset from the edges of the table, and the row background and selection both adopt a rounded appearance. The inset style also applies standard horizontal and vertical insets around the table’s columns and rows.

## See Also

### Table Styles

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