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

# NSTableView.Style.sourceList

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

```
case sourceList
```

## Discussion

A source-list style table adopts the standard metrics, row selection style, and background of a sidebar source list. In addition, an [`NSOutlineView`](/documentation/AppKit/NSOutlineView) with the source-list style adopts standard values for its [`indentationPerLevel`](/documentation/AppKit/NSOutlineView/indentationPerLevel), [`rowHeight`](/documentation/AppKit/NSTableView/rowHeight), and [`intercellSpacing`](/documentation/AppKit/NSTableView/intercellSpacing) properties.

---

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)