Xceed Grid for WinForms v4.3 Documentation
AutoHeightMode Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : AutoHeightMode Enumeration
A value indicating what the default height of the row will be in the case where its Row.Height property is not explicitly set.
Syntax
'Declaration
 
Public Enum AutoHeightMode 
   Inherits System.Enum
'Usage
 
Dim instance As AutoHeightMode
public enum AutoHeightMode : System.Enum 
Members
MemberDescription
AllContentThe height required to display the entire content of a row.
MinimumThe height required to display one line of text depending on the value of the GridElement.Font property.
NoneThe height of the row will be 17 pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.AutoHeightMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Grid Namespace