'Declaration Public Enum GridScrollBars Inherits System.Enum
'Usage Dim instance As GridScrollBars
public enum GridScrollBars : System.Enum
'Declaration Public Enum GridScrollBars Inherits System.Enum
'Usage Dim instance As GridScrollBars
public enum GridScrollBars : System.Enum
Member | Description |
---|---|
Both | Display both a horizontal and a vertical scroll bar when needed. |
ForcedBoth | Always display both a horizontal and a vertical scroll bar. |
ForcedHorizontal | Always display a horizontal scroll bar. |
ForcedVertical | Always display a vertical scroll bar. |
Horizontal | Display a horizontal scroll bar only when needed. |
None | No scroll bars are displayed. |
Vertical | Display a vertical scroll bar only when needed. |
System.Object
System.ValueType
System.Enum
Xceed.Grid.GridScrollBars
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