ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / RowTop Method
The row index.

In This Topic
    RowTop Method (C1List)
    In This Topic
    Returns the Y coordinate of the top of a visible row.
    Syntax
    'Declaration
     
    
    Public Function RowTop( _
       ByVal row As Integer _
    ) As Integer
    public int RowTop( 
       int row
    )

    Parameters

    row
    The row index.
    Remarks

    The RowTop method returns the Y coordinate of the top of a visible row relative to the top of the list, as given by the list's Top property.

    Use the RowTop method in conjunction with ItemHeight, Left, and Width to determine the size and placement of controls displayed on top of a list cell.

    See Also