This property sets the width of the scroll for the image displayed in the ImageKit Control (in pixels)

[C++Builder]   imagekitcontrolname->ScrollWidth[= int ]
[Delphi]   imagekitcontrolname.ScrollWidth[= Integer ]

Reference

The size of the scroll in pixels. (must be 1 or more). By setting the ScrollHeight and ScrollWidth properties to 0, the scroll function becomes ineffective. The default value is 10.

Explanation

The ScrollWidth property sets the width of the scroll for the image displayed in the ImageKit Control (in pixels). The ScrollHeight property sets the number of pixels of vertical scroll. To scroll vertically, set the ScrollHeight property only. To scroll horizontally, set the ScrollWidth property only. To scroll diagonally, set both of these properties. After setting these properties, execute the ScrollImage method. These functions are particularly useful to link scrolling to a button click or other event.

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 ImageKit10 VCL is a product created by Newtone Corporation