Intersoft.Client.UI.Aqua Namespace : StackGridMode Enumeration |
Public Enum StackGridMode Inherits System.Enum
Dim instance As StackGridMode
public enum StackGridMode : System.Enum
public enum class StackGridMode : public System.Enum
Member | Description |
---|---|
AutoColumn | The grid has only one row and the column is dynamically adjusted depends on the item collection. |
AutoRow | The grid has only one column and the row is dynamically adjusted depends on the item collection. |
DynamicGrid | Dynamic grid mode, where the grid can grow into certain row and column. |
Grid | The grid layout has specific number of column and row. |
MaxColumn | The grid has specific number of column while the row is automatically adjusted depends on the item collection. |
MaxRow | The grid has specific number of row while the row is automatically adjusted depends on the item collection. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.UI.Aqua.StackGridMode
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