BCGSoft.Controls.Grid Namespace : RowHeightType Enumeration |
'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
Member | Description |
---|---|
FixedNoResize | All rows have identical height and can't be resized by user. |
Identical | All rows have the same height. When one row is resized all rows get the same height. |
Variable | Allowed variable row height. |
VariableNoResize | Rows may have different height, but can't be resized by user. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.RowHeightType
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