ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ScrollBars Enumeration




In This Topic
    ScrollBars Enumeration
    In This Topic
    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
    Auto4The Client PageView control displays scrollbars only when needed.
    Both3Both vertical and horizontal scrollbars displayed in the Client PageView control.
    None0Scrollbars are not displayed in the control.
    Inheritance Hierarchy

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

    See Also