DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / GetItemRowHeight Method
The table view.
The index of the row.

In This Topic
    GetItemRowHeight Method
    In This Topic
    Gets the height of the item rows.
    Syntax
    'Declaration
     
    Protected Overridable Function GetItemRowHeight( _
       ByVal tableView As AppKit.NSTableView, _
       ByVal row As nint _
    ) As nfloat
    protected virtual nfloat GetItemRowHeight( 
       AppKit.NSTableView tableView,
       nint row
    )

    Parameters

    tableView
    The table view.
    row
    The index of the row.
    See Also