Android.Widget.AbsListView.SetVelocityScale Method
Sets a scale factor for the fling velocity.

Syntax

[Android.Runtime.Register("setVelocityScale", "(F)V", "GetSetVelocityScale_FHandler")]
public virtual void SetVelocityScale (float scale)

Parameters

scale
The scale factor to multiply the velocity by.

Remarks

Sets a scale factor for the fling velocity. The initial scale factor is 1.0.

[Android Documentation]

Requirements

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