Table of Contents
WebView.SetScrollOffset Method 

Sets the current scrolling offset.

Syntax
 public void SetScrollOffset(
   int x,
   int y
);

Parameters

x
The X scroll offset.
y
The Y scroll offset.
See Also