Android.Views.View.ScrollBy Method
Move the scrolled position of your view.

Syntax

[Android.Runtime.Register("scrollBy", "(II)V", "GetScrollBy_IIHandler")]
public virtual void ScrollBy (int x, int y)

Parameters

x
the amount of pixels to scroll by horizontally
y
the amount of pixels to scroll by vertically

Remarks

Move 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