ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ScrollMode Enumeration

In This Topic
    ScrollMode Enumeration
    In This Topic
    Determines the scrolling mode.
    Syntax
    'Declaration
     
    Public Enum ScrollMode 
       Inherits System.Enum
    public enum ScrollMode : System.Enum 
    Members
    MemberDescription
    AutoScrollbars appear automatically depending upon content size.
    BothBoth horizontal and vertical scrollbars are active.
    HorizontalHorizontal scrollbar is active.
    NoneScrolling is not used.
    VerticalVertical scrollbar is active.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.ScrollMode

    See Also