This property sets whether the Thumbnail Control can be scrolled horizontally or vertically.

[C++Builder]   thumbcontrolname->ScrollVH [ = TVIkThumbnailScroll ]
[Delphi]   thumbcontrolname.ScrollVH [ = TVIkThumbnailScroll ]

[TVIkThumbnailScroll Type]

Unit
     IkThumb

type
     TVIkThumbnailReadMode = (vikThumbVertical, vikThumbHorizontal);

Property Value

Value Explanation
vikThumbVertical Scrolls vertically
vikThumbHorizontal Scrolls horizontally

Explanation

The ScrollVH property sets whether the Thumbnail Control can be scrolled horizontally or vertically. If set to vikThumbVertical, the thumbnail control can be scrolled horizontally. If set to vikThumbHorizontal 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.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikThumbVertical and ikThumbHorizontal.

 

The ImageKit10 VCL is a product created by Newtone Corporation