AdapterView.LastVisiblePosition Property

Definition

Returns the position within the adapter's data set for the last item displayed on screen.

public virtual int LastVisiblePosition { [Android.Runtime.Register("getLastVisiblePosition", "()I", "GetGetLastVisiblePositionHandler")] get; }
[<get: Android.Runtime.Register("getLastVisiblePosition", "()I", "GetGetLastVisiblePositionHandler")>]
member this.LastVisiblePosition : int

Property Value

The position within the adapter's data set

Attributes

Remarks

Returns the position within the adapter's data set for the last item displayed on screen.

Java documentation for android.widget.AdapterView.getLastVisiblePosition().

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