Android.Widget.ListPopupWindow.SetSelection Method
Set the selected position of the list.

Syntax

[Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")]
public virtual void SetSelection (int position)

Parameters

position
List position to set as selected.

Remarks

Set the selected position of the list. Only valid when ListPopupWindow.IsShowing == true.

[Android Documentation]

Requirements

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