Android.Widget.AdapterView.FirstVisiblePosition Property
Returns the position within the adapter's data set for the first item displayed on screen.

Syntax

[get: Android.Runtime.Register("getFirstVisiblePosition", "()I", "GetGetFirstVisiblePositionHandler")]
public virtual int FirstVisiblePosition { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

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