ImageGear .NET v24.12 - Updated
ScrollBars Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ScrollBars Property
Gets or sets the type of scroll bars to display in the Viewer control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DescriptionAttribute("The type of scroll bars to display in the Viewer control.")>
Public Property ScrollBars As ScrollBars
'Usage
 
Dim instance As PageView
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
[Browsable(true)]
[Category("PageView Properties")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("The type of scroll bars to display in the Viewer control.")]
public ScrollBars ScrollBars {get; set;}
[Browsable(true)]
[Category("PageView Properties")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("The type of scroll bars to display in the Viewer control.")]
public: __property ScrollBars get_ScrollBars();
public: __property void set_ScrollBars( 
   ScrollBars value
);
[Browsable(true)]
[Category("PageView Properties")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("The type of scroll bars to display in the Viewer control.")]
public:
property ScrollBars ScrollBars {
   ScrollBars get();
   void set (    ScrollBars value);
}

Property Value

One of the values ScrollBars.
Remarks

The default is Auto.

This property enables you to provide horizontal and vertical scroll bars to the user for viewing image in the PageView control to enable scrolling the image within the PageView control that is outside of the physical dimensions of the control (HTML DOM/DIV or CSS Overflow property). You can also use this property to remove scroll bars from the PageView control to restrict scrolling the contents of the PageView control.

See Also

Reference

PageView Class
PageView Members