Intersoft ClientUI Documentation
StackGridMode Enumeration



Specifies value that determine the stack button's grid mode.
Syntax
Public Enum StackGridMode 
   Inherits System.Enum
Dim instance As StackGridMode
public enum StackGridMode : System.Enum 
public enum class StackGridMode : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.StackGridMode

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

Intersoft.Client.UI.Aqua Namespace

Send Feedback