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

ScrollBarVisibility Enumeration
Contains three visibility options for scroll bar or scroll button.
Syntax
'Declaration
 
Public Enum ScrollBarVisibility 
   Inherits 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