EnableScroll property (Main Control)

Visual Basic example
Visual C++ 5.0 example

Syntax BOOL EnableScroll

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 the AutoScroll property 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