Scrolling an Image

LEADTOOLS provides the following for scrolling images in the Main Control:

AutoScroll property

HScrollInfo property

Scroll event

VScrollInfo property

To enable the implementation of automatic scrollbars, the AutoScroll property must be set to TRUE. Is this property is set to TRUE, then whenever the user drags the box on a Main Control's scrollbar, a Scroll event occurs, notifying the user that the image has been scrolled. Information about the horizontal and vertical scrollbars can be obtained in the HScrollInfo property and VScrollInfo property.