SuperPanel for ASP.NET WebForms
ScrollMode Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1SuperPanel Namespace : ScrollMode Enumeration
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

Reference

C1.Web.Wijmo.Controls.C1SuperPanel Namespace