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)
[VB.NET]   thumbcontrolname.ScrollVH [ = ImageKit9Thumb(A)Lib.ThumbnailScrollConstants ]
[C#.NET]   thumbcontrolname.ScrollVH [ = ImageKit9Thumb(A)Lib.ThumbnailScrollConstants ]

* ImageKit9ThumbALib refers to the ANSI version, ImageKit9ThumbLib refers to the Unicode version.

Property Value

Value Explanation
0 Scrolls vertically
1 Scrolls horizontally

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(ikThumbVertical), the thumbnail control can be scrolled horizontally. If set to 1(ikThumbHorizontal) 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.

 

The ImageKit9 ActiveX is a product created by Newtone Corporation