Android.Widget.AutoCompleteTextView.ListSelection Property
Get the position of the dropdown view selection, if there is one.

Syntax

[get: Android.Runtime.Register("getListSelection", "()I", "GetGetListSelectionHandler")]
[set: Android.Runtime.Register("setListSelection", "(I)V", "GetSetListSelection_IHandler")]
public virtual int ListSelection { get; set; }

See Also

AdapterView.SelectedItemPosition

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the position of the dropdown view selection, if there is one. Returns AdapterView.InvalidPosition if there is no dropdown or if there is no selection.

Set method documentation [Android Documentation]

Set the position of the dropdown view selection.

Requirements

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