ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / FrozenRows Property

In This Topic
    FrozenRows Property
    In This Topic
    Gets or sets the number of non-scrollable rows.
    Syntax
    'Declaration
     
    
    Public Property FrozenRows As Integer
    public int FrozenRows {get; set;}
    See Also