SuperPanel for ASP.NET WebForms
ScrollBarVisibility Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1SuperPanel Namespace : ScrollBarVisibility Enumeration
Contains three visibility options for scroll bar or scroll button.
Syntax
'Declaration
 
Public Enum ScrollBarVisibility 
   Inherits System.Enum
public enum ScrollBarVisibility : System.Enum 
Members
MemberDescription
AutoShows the scroll when needed.
HiddenScroll bar will be hidden.
VisibleScroll bar will always be visible. It's disabled when not needed.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1SuperPanel Namespace