ImageGear .NET v25.2 - Updated
ScrollBars Enumeration




ImageGear.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
MemberValueDescription
Auto4 The Client PageView control displays scrollbars only when needed.
Both3 Both vertical and horizontal scrollbars displayed in the Client PageView control.
None0 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

Is this page helpful?
Yes No
Thanks for your feedback.