Android.Widget.ListView Class
A view that shows items in a vertically scrolling list.

See Also: ListView Members

Syntax

[Android.Runtime.Register("android/widget/ListView", DoNotGenerateAcw=true)]
public class ListView : AbsListView

Remarks

A view that shows items in a vertically scrolling list. The items come from the Android.Widget.IListAdapter associated with this view.

See the List View guide.

[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