Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridAllowResizing Enumeration


In This Topic
    GridAllowResizing Enumeration
    In This Topic
    Specifies a value that defines which elements can be resized.
    Syntax
    'Declaration
     
    
    Public Enum GridAllowResizing 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridAllowResizing
    public enum GridAllowResizing : System.Enum 
    Members
    MemberDescription
    Both User can resize rows and columns.
    Columns User can resize columns.
    None No grid elements can be resized.
    Rows User can resize rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Grid.GridAllowResizing

    See Also