| C1.Win.C1List.4 Assembly > C1.Win.C1List.ListBase Namespace > C1ListBase Class : RowTop Method |
'Declaration Public Function RowTop( _ ByVal row As System.Integer _ ) As System.Integer
public System.int RowTop( System.int row )
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.