This property sets whether or not scroll bars are enabled on the Thumbnail Control.
[Visual
Basic] thumbcontrolname.ScrollBar [
= Boolean ]
[Visual C++] [
BOOL = ]thumbcontrolname.GetScrollBar()
thumbcontrolname.SetScrollBar(BOOL Val)
thumbcontrolname.SetScrollBar(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Scroll bars are enabled on the Thumbnail Control |
False | Scroll bars are not enabled on the Thumbnail Control |
Explanation
The ScrollBar property sets whether or not scroll bars are enabled on the Thumbnail Control. When the ScrollBar property is True, scroll bars will automatically be displayed when images do not fit within the Thumbnail Control.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.