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


GridAutoSizeMode Enumeration
Specifies constants that define the row/column auto-sizing behavior.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GridAutoSizeMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridAutoSizeMode
Members
MemberDescription
BothAutosizing accounts for header and data cells.
CellsAutosizing accounts for data cells.
HeadersAutosizing accounts for header cells.
NoneAutosizing does not take neither cells nor headers into account.
Inheritance Hierarchy

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

See Also