C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SuperPanel Namespace / ScrollMode Enumeration

ScrollMode Enumeration
Contains scroll mode that could be used in C1SuperPanelExtender.
Syntax
'Declaration
 
Public Enum ScrollMode 
   Inherits 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