Android.Widget.AbsListView.Fling Method
Initiate a fling with the given velocity.

Syntax

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

Parameters

velocityY
Vertical velocity in pixels per second. Note that this is velocity of content, not velocity of a touch that initiated the fling.

Remarks

Initiate a fling with the given velocity.

Applications can use this method to manually initiate a fling as if the user initiated it via touch interaction.

[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