FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnCollection Class / Frozen Property

In This Topic
    Frozen Property (ColumnCollection)
    In This Topic
    Gets or sets the number of frozen rows or columns in the collection.
    Syntax
    'Declaration
     
    Public Property Frozen As Integer
    public int Frozen {get; set;}
    Example
    The code below implements an event handler that toggles row and column freezing based on the cursor position (similar to the 'freeze panes' command in Excel).
    See Also