Icon ScrollBy Method

procedure ScrollBy(X,Y: Integer)

Available In: Visual Client Applications

If a control's content width and/or height is greater than its Width and Height properties, then you can use this method to scroll the contents of the control horizontally, vertically, or both. The X and Y values represent the number of pixels by which to scroll the contents, and may be negative values for scrolling backward.
Image