BCGControlBar Library for .NET
RowHeightType Enumeration




Specifies how Grid control allows to resize rows.
Syntax
'Declaration
 
Public Enum RowHeightType 
   Inherits System.Enum
'Usage
 
Dim instance As RowHeightType
public enum RowHeightType : System.Enum 
__value public enum RowHeightType : public System.Enum 
public enum class RowHeightType : public System.Enum 
Members
MemberDescription
FixedNoResizeAll rows have identical height and can't be resized by user.
IdenticalAll rows have the same height. When one row is resized all rows get the same height.
VariableAllowed variable row height.
VariableNoResizeRows may have different height, but can't be resized by user.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.RowHeightType

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

BCGSoft.Controls.Grid Namespace

Send Feedback