This property sets whether or not scroll bars are enabled in the Thumbnail Control.
[Visual Basic]Public Property ScrollBar As
Boolean
[C#]public bool ScrollBar {get; set;}
Property Value
| Value | Explanation |
|---|---|
| True | Scroll bars are enabled in the Thumbnail Control (default) |
| False | Scroll bars are not enabled in the Thumbnail Control |
Explanation
The ScrollBar property sets whether or not scroll bars are enabled in the Thumbnail Control.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail