FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / AllowResizing Enumeration

In This Topic
    AllowResizing Enumeration
    In This Topic
    Defines which grid elements can be resized with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum AllowResizing 
       Inherits System.Enum
    public enum AllowResizing : System.Enum 
    Members
    MemberDescription
    BothUser can resize rows and columns with the mouse.
    ColumnsUser can resize columns with the mouse.
    NoneNo grid elements can be resized with the mouse.
    RowsUser can resize rows with the mouse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.AllowResizing

    See Also