Icon ScrollBy Method

procedure ScrollBy(X,Y: Integer)

Available In: Visual Client Applications

If an element'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 element horizontally, vertically, or both. The X and Y values represent the number of pixels to scroll the contents by, and may be negative values for scrolling backward.
Image