Android.Widget.Scroller.StartScroll Method
Start scrolling by providing a starting point and the distance to travel.

Syntax

[Android.Runtime.Register("startScroll", "(IIII)V", "GetStartScroll_IIIIHandler")]
public virtual void StartScroll (int startX, int startY, int dx, int dy)

Parameters

startX
Starting horizontal scroll offset in pixels. Positive numbers will scroll the content to the left.
startY
Starting vertical scroll offset in pixels. Positive numbers will scroll the content up.
dx
Horizontal distance to travel. Positive numbers will scroll the content to the left.
dy
Vertical distance to travel. Positive numbers will scroll the content up.

Remarks

Start scrolling by providing a starting point and the distance to travel. The scroll will use the default value of 250 milliseconds for the duration.

[Android Documentation]

Requirements

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