In This Topic
Gets the height of the item rows.
Syntax
'Declaration
Protected Overridable Function GetItemRowHeight( _
ByVal As AppKit.NSTableView, _
ByVal As nint _
) As nfloat
protected virtual nfloat GetItemRowHeight(
AppKit.NSTableView ,
nint
)
Parameters
- tableView
- The table view.
- row
- The index of the row.
See Also