Contents

selectionHighlightStyle

The selection highlight style used by the table view to indicate row and column selection.

Declaration

var selectionHighlightStyle: NSTableView.SelectionHighlightStyle { get set }

Discussion

Setting the selection highlight style to NSTableView.SelectionHighlightStyle.sourceList causes the table view to draw its background using the source list style. It also sets the draggingDestinationFeedbackStyle to NSTableView.DraggingDestinationFeedbackStyle.sourceList.

See Also

Setting Display Attributes