method Element.ScrollTo (To as ContentAlignmentEnum)
Moves or scrolls the surface, so the current element aligns to the specified corner.

TypeDescription
To as ContentAlignmentEnum A ContentAlignmentEnum expression that specifies where on the surface the element should be scrolled to. 
The ScrollTo method ensures that the element fits the surface's visible area. The control's ScrollPos, ScrollX and ScrollY properties specify the surface's scroll position. Use the ScrollTo method of the control to scroll the surface at specified position. The MovePoint method of the control moves the surface from the one point to another. The MoveCorner method scrolls the surface from a corner to another. 

The X and Y properties specifies the position of the element on the surface. Use the MoveTo method to move/resize the element to a new position / size. The Width property specifies the width of the element. The Height property specifies the height of the element. Use the Width and Height properties to resize the element, while the AutoSize property is False. If AutoSize property is True, the Width and the Height can not be changed programmatically. The MinWidth/MaxWidth and MinHeight/MaxHeight properties specifies the min/max size of the element.