This property sets whether or not scroll bars are displayed in the ImageKit Control.

[Visual Basic] Public Property ScrollBars As Boolean
[C#] public bool ScrollBars {get; set;}

Property Value

Value Explanation
True (default) Displays scroll bars in the Imagekit Control
False Does not display scroll bars in the Imagekit Control

Explanation

The ScrollBar property sets whether or not scroll bars are displayed in the ImageKit Control. When the ScrollBar property is True, if an image does not fit within the ImageKit Control, scroll bars will appear and can be used to scroll the image.

Important: Setting this property to false can result in the PanWindow not working properly in some browsers.

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation