Contents

headerView

The view object used to draw headers over columns.

Declaration

var headerView: NSTableHeaderView? { get set }

Discussion

To configure a table without a header view or to remove the table view’s current header view, set the value of this property to nil. For more information about header views, see NSTableHeaderView.

See Also

Setting Auxiliary Views