EnableScroll property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool EnableScroll

Delphi Syntax

EnableScroll: Boolean

Overview

Refer to Displaying an Image.

Remarks

(Persistent property, available at design time) Specifies whether LEADTOOLS will process scroll messages when an image is displayed larger than the control and AutoScroll has been set to True. Please note that setting this property to False will not remove the scroll bars, but will only disable the processing of the scroll messages.

Possible values are:

Value

Meaning

TRUE

Process scroll messages and scroll the image. (Default)

FALSE

Ignore scroll messages.

See Also

Elements:

EnableKeyboard property, AutoScroll property

Topics:

Raster Images: Displaying Images