rowHeight
The height of the browser’s rows.
Declaration
var rowHeight: CGFloat { get set }Discussion
The value of this property must be greater than 0. The default value of this property is 17.0. Any fractional value will be forced to an integral value for drawing. For variable row height browsers (ones whose delegates implement browser(_:heightOfRow:inColumn:)), the row height will be used to draw alternating rows past the last row in each browser column.
This property is only available when using the item delegate methods. An exception is thrown if you are using the matrix delegate methods.