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

Syntax

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

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.
duration
Duration of the scroll in milliseconds.

Remarks

Start scrolling by providing a starting point, the distance to travel, and the duration of the scroll.

[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