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

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