C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridAllowResizing Enumeration


GridAllowResizing Enumeration
Specifies a value that defines which elements can be resized.
Syntax
'Declaration
 
Public Enum GridAllowResizing 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridAllowResizing
Members
MemberDescription
BothUser can resize rows and columns.
ColumnsUser can resize columns.
NoneNo grid elements can be resized.
RowsUser can resize rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridAllowResizing

See Also