ImageGear .NET v25.2 - Updated
scrollBars Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : scrollBars Property
Indicates how the viewer shows scrollbars.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_scrollBars() : ScrollBars
function set_scrollBars(value : ScrollBars)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_scrollBars();
Remarks

This property controls how the viewer shows scrollbars. You must set it to a member of the ScrollBars enumeration and normally, you should set the value to Auto.

See Also

Reference

PageView class
PageView Members

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