Fling the scroll view
Syntax
[Android.Runtime.Register("fling", "(I)V", "GetFling_IHandler")]
public virtual
void Fling (
int velocityX)
Parameters
- velocityX
- The initial velocity in the X direction. Positive
numbers mean that the finger/cursor is moving down the screen,
which means we want to scroll towards the left.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3