ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / FrozenTopRowsCount Property

In This Topic
    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