Intersoft ClientUI Documentation
StackGridMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : StackGridMode Enumeration






Specifies value that determine the stack button's grid mode.

Syntax

Visual Basic (Declaration) 
Public Enum StackGridMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As StackGridMode
C# 
public enum StackGridMode : System.Enum 
Delphi 
public enum StackGridMode = class(System.Enum)
JScript 
public enum StackGridMode extends System.Enum
Managed Extensions for C++ 
__value public enum StackGridMode : public System.Enum 
C++/CLI 
public enum class StackGridMode : public System.Enum 

Members

MemberDescription
AutoColumnThe grid has only one row and the column is dynamically adjusted depends on the item collection.
AutoRowThe grid has only one column and the row is dynamically adjusted depends on the item collection.
DynamicGridDynamic grid mode, where the grid can grow into certain row and column.
GridThe grid layout has specific number of column and row.
MaxColumnThe grid has specific number of column while the row is automatically adjusted depends on the item collection.
MaxRowThe 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.