Contents

rowHeight

The height of each row in the table.

Declaration

var rowHeight: CGFloat { get set }

Discussion

The default row height is 16.0. The value in this property is used only if the table’s rowSizeStyle is set to NSTableView.RowSizeStyle.custom.

When you change the value of this property, the table view calls the tile() method to redisplay the rows using the new value.

See Also

Related Documentation

Setting Display Attributes