This property sets whether or not scroll bars are displayed on the ImageKit Control

[C++Builder]   imagekitcontrolname->ScrollBar[= bool ]
[Delphi]   imagekitcontrolname.ScrollBar[= Boolean ]

Property Value

Value Explanation
True Displays scroll bars on the Imagekit Control.
False Does not display scroll bars on the Imagekit Control. (Default)

Explanation

The ScrollBar property sets whether or not scroll bars are displayed on the ImageKit Control. The default value is False. When the ScrollBar property is True, if an image does not fit within the ImageKit Control, scroll bars will appear and can be used to scroll the image.

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