Android.Preferences.PreferenceScreen.Bind Method
Binds a Android.Widget.ListView to the preferences contained in this Android.Preferences.PreferenceScreen via PreferenceScreen.RootAdapter.

Syntax

[Android.Runtime.Register("bind", "(Landroid/widget/ListView;)V", "")]
public void Bind (Android.Widget.ListView listView)

Parameters

listView
The list view to attach to.

Remarks

Binds a Android.Widget.ListView to the preferences contained in this Android.Preferences.PreferenceScreen via PreferenceScreen.RootAdapter. It also handles passing list item clicks to the corresponding Android.Preferences.Preference contained by this Android.Preferences.PreferenceScreen.

[Android Documentation]

Requirements

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