ScrollToOffset Method
Scrolls the object to the specified x,y coordinates.
Remarks
If an object does not support horizontal scrolling, x = 0.

C# Syntax

void ScrollToOffset( 
   int x,
   int y
)

Parameters

x
The x-coordinate for the scroll operation, in pixels. The specified coordinate is relative to the left side of the object. If an object does not support horizontal scrolling, x = 0.
y
The y-coordinate for the scroll operation, in pixels. The specified coordinate is relative to the top of the object.