ComponentOne Xamarin Edition
GridAutoSizeMode Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridAutoSizeMode Enumeration
Specifies constants that define the row/column auto-sizing behavior.
Syntax
[Flags()]
public enum GridAutoSizeMode : System.Enum 
Members
MemberDescription
Both Autosizing accounts for header and data cells.
Cells Autosizing accounts for data cells.
Headers Autosizing accounts for header cells.
None Autosizing does not take neither cells nor headers into account.
Inheritance Hierarchy

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

See Also

Reference

C1.Xamarin.Forms.Grid Namespace