Contains scroll mode that could be used in C1SuperPanel.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[FlagsAttribute]
public enum C1SuperPanelScrollMode
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration C1SuperPanelScrollMode

Members

Member nameDescription
ScrollBar Use scroll bar to do scrolling.
Buttons Click on scroll buttons to do scrolling.
ButtonsHover Hover on scroll buttons to do scrolling.
Edge Hover on panel inner edge to do scrolling.

See Also