ComponentOne Xamarin Edition
GridAllowResizing Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridAllowResizing Enumeration
Specifies a value that defines which elements can be resized.
Syntax
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.Xamarin.Forms.Grid.GridAllowResizing

See Also

Reference

C1.Xamarin.Forms.Grid Namespace