FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / FrozenBottomRows Property

In This Topic
    FrozenBottomRows Property
    In This Topic
    Gets or sets the number of frozen rows at the bottom.
    Syntax
    'Declaration
     
    Public Property FrozenBottomRows As Integer
    public int FrozenBottomRows {get; set;}
    Remarks
    Frozen rows do not scroll, but the cells they contain may be selected and edited.
    See Also