This property sets whether or not scroll bars are displayed on the ImageKit Control.
[Visual Basic] Public Property ScrollBar As
Boolean
[C#] public bool ScrollBar {get; set;}
Property Value
Value | Explanation |
---|---|
True | Displays scroll bars on the Imagekit Control |
False (default) | Does not display scroll bars on the Imagekit Control |
Explanation
The ScrollBar property sets whether or not scroll bars are displayed on 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.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit