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

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