Contents

intercellSpacing

The horizontal and vertical spacing between cells.

Declaration

var intercellSpacing: NSSize { get set }

Discussion

Changing the value of this property causes the table view to redisplay itself. Negative values aren’t supported. The default spacing varies based on the table’s style.

Table views normally have a 1-pixel separation between consecutively selected rows or columns. An intercell spacing of (1.0, 1.0) or greater is required if you want this separation. An intercell spacing of (0.0, 0.0) forces no separation between consecutive selections.

See Also

Setting Display Attributes