Xceed Grid for WinForms v4.3 Documentation
RowHeightExpansion Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace : RowHeightExpansion Enumeration
Value representing how the height of the rows contained in the group expand to their content.
Syntax
'Declaration
 
Public Enum RowHeightExpansion 
   Inherits System.Enum
'Usage
 
Dim instance As RowHeightExpansion
public enum RowHeightExpansion : System.Enum 
Members
MemberDescription
ExpandUpToLimitThe height of the rows expands up to the value defined by the RowHeightExpansionLimit property.
ExpandWithoutLimitsThe height of the rows expands until the rows' entire content is displayed.
NeverExpandThe height of the rows never expands and is fixed by the value of the RowHeight property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.Reporting.RowHeightExpansion

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.Reporting Namespace