ViewConfiguration.ScaledVerticalScrollFactor Property

Definition

public virtual float ScaledVerticalScrollFactor { [Android.Runtime.Register("getScaledVerticalScrollFactor", "()F", "GetGetScaledVerticalScrollFactorHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getScaledVerticalScrollFactor", "()F", "GetGetScaledVerticalScrollFactorHandler", ApiSince=26)>]
member this.ScaledVerticalScrollFactor : single

Property Value

Amount to scroll in response to a vertical MotionEvent#ACTION_SCROLL event. Multiply this by the event's axis value to obtain the number of pixels to be scrolled.

Attributes

Remarks

Java documentation for android.view.ViewConfiguration.getScaledVerticalScrollFactor().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to