---
title: NSTableView.SelectionHighlightStyle.sourceList
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstableview/selectionhighlightstyle-swift.enum/sourcelist
---

# NSTableView.SelectionHighlightStyle.sourceList

## Declaration

```swift
case sourceList
```

## Discussion

Discussion The source list style of NSTableView. On 10.5, a light blue gradient is used to highlight selected rows. note: When using this style, cell subclasses that implement drawsBackground must set the value to false. Otherwise, the cells will draw over the tableview’s highlighting.

## See Also

### Constants

- [NSTableView.SelectionHighlightStyle.none](appkit/nstableview/selectionhighlightstyle-swift.enum/none.md)
- [NSTableView.SelectionHighlightStyle.regular](appkit/nstableview/selectionhighlightstyle-swift.enum/regular.md)
