Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridScrollBars Enumeration


In This Topic
    GridScrollBars Enumeration
    In This Topic
    Specifies the type of scroll bars to display in a grid.
    Syntax
    'Declaration
     
    Public Enum GridScrollBars 
       Inherits System.Enum
    'Usage
     
    Dim instance As GridScrollBars
    public enum GridScrollBars : System.Enum 
    Members
    MemberDescription
    BothDisplay both a horizontal and a vertical scroll bar when needed.
    ForcedBothAlways display both a horizontal and a vertical scroll bar.
    ForcedHorizontalAlways display a horizontal scroll bar.
    ForcedVerticalAlways display a vertical scroll bar.
    HorizontalDisplay a horizontal scroll bar only when needed.
    NoneNo scroll bars are displayed.
    VerticalDisplay a vertical scroll bar only when needed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.GridScrollBars

    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