C1.Android.Grid Assembly / C1.Android.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
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.Android.Grid.GridAutoSizeMode

See Also