ImageGear .NET - Updated
ScrollBars Enumeration




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace : ScrollBars Enumeration
Option values to determine how scrollbars should be handled in the Client PageView control at runtime.
Syntax
'Declaration
 
Public Enum ScrollBars 
   Inherits System.Enum
'Usage
 
Dim instance As ScrollBars
public enum ScrollBars : System.Enum 
__value public enum ScrollBars : public System.Enum 
public enum class ScrollBars : public System.Enum 
Members
MemberDescription
Auto The Client PageView control displays scrollbars only when needed.
Both Both vertical and horizontal scrollbars displayed in the Client PageView control.
None Scrollbars are not displayed in the control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Web.UI.ScrollBars

See Also

Reference

ImageGear.Web.UI Namespace