Android.Widget.ScrollView.Fling Method
Fling the scroll view

Syntax

[Android.Runtime.Register("fling", "(I)V", "GetFling_IHandler")]
public virtual void Fling (int velocityY)

Parameters

velocityY
The initial velocity in the Y direction. Positive numbers mean that the finger/cursor is moving down the screen, which means we want to scroll towards the top.

Remarks

Fling the scroll view

[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