This property sets whether the Thumbnail Control can be scrolled horizontally or vertically.
[Visual
Basic] thumbcontrolname.ScrollVH [
= ThumbnailScrollConstants ]
[Visual C++] [
long = ]thumbcontrolname.GetScrollVH()
thumbcontrolname.SetScrollVH(long Val)
thumbcontrolname.SetScrollVH(long Val)
Property Value
Value | Explanation |
---|---|
0 | Scrolls vertically |
1 | Scrolls horizontally |
In Visual Basic, the following constants can also be used: (ikThumbVertical = 0, ikThumbHorizontal = 1).
Explanation
The ScrollVH property sets whether the Thumbnail Control can be scrolled horizontally or vertically. If set to 0, the thumbnail control can be scrolled horizontally. If set to 1 the Thumbnail Control can be scrolled vertically.
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.