FrozenTopRowsCount Property
In This Topic
Gets or sets the number of rows that remain docked to the top of the viewport when the user scrolls vertically.
Syntax
'Declaration
Public Property FrozenTopRowsCount As Integer
public int FrozenTopRowsCount {get; set;}
See Also