ListView.MaxScrollAmount Property

Definition

public virtual int MaxScrollAmount { [Android.Runtime.Register("getMaxScrollAmount", "()I", "GetGetMaxScrollAmountHandler")] get; }
[<get: Android.Runtime.Register("getMaxScrollAmount", "()I", "GetGetMaxScrollAmountHandler")>]
member this.MaxScrollAmount : int

Property Value

The maximum amount a list view will scroll in response to an arrow event.

Attributes

Remarks

Java documentation for android.widget.ListView.getMaxScrollAmount().

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