Android.Views.View.ScrollTo Method
Set the scrolled position of your view.

Syntax

[Android.Runtime.Register("scrollTo", "(II)V", "GetScrollTo_IIHandler")]
public virtual void ScrollTo (int x, int y)

Parameters

x
the x position to scroll to
y
the y position to scroll to

Remarks

Set the scrolled position of your view. This will cause a call to View.OnScrollChanged(int, System.Int32, System.Int32, System.Int32) and the view will be invalidated.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1