C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAutoSizeMode Enumeration

GridAutoSizeMode Enumeration
Specifies constants that define the row/column auto-sizing behavior.
Syntax
'Declaration
 
Public Enum GridAutoSizeMode 
   Inherits System.Enum
 
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.WPF.Grid.GridAutoSizeMode

See Also