WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / FrozenRightColumns Property
In This Topic
    FrozenRightColumns Property
    In This Topic
    Gets or sets the number of frozen columns at the right.
    Syntax
    public int FrozenRightColumns {get; set;}
    Remarks
    Frozen columns do not scroll horizontally, but the cells they contain may be selected and edited.
    See Also