ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / AllowFreezing Enumeration

In This Topic
    AllowFreezing Enumeration
    In This Topic
    Specifies constants that define what the user can freeze with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum AllowFreezing 
       Inherits System.Enum
    public enum AllowFreezing : System.Enum 
    Members
    MemberDescription
    BothThe user may freeze rows and columns by dragging the frozen region boundaries with the mouse.
    ColumnsThe user may freeze columns by dragging the frozen region vertical boundary with the mouse.
    NoneThe user may not use mouse to freeze rows or columns.
    RowsThe user may freeze rows by dragging the frozen region horizontal boundary with the mouse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexGrid.AllowFreezing

    See Also