ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SuperPanel Namespace / ScrollMode Enumeration

In This Topic
    ScrollMode Enumeration
    In This Topic
    Contains scroll mode that could be used in C1SuperPanelExtender.
    Syntax
    'Declaration
     
    Public Enum ScrollMode 
       Inherits System.Enum
    public enum ScrollMode : System.Enum 
    Members
    MemberDescription
    ButtonsScroll buttons are used for scrolling.
    ButtonsHoverScroll buttons are used for scrolling.
    EdgeScrolling occurs when the mouse is moving to the edge of the content area.
    ScrollBarScroll bars are used for scrolling.
    Inheritance Hierarchy

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

    See Also