Android.Widget.AdapterView: Property Members

The properties of Android.Widget.AdapterView are listed below. For a list of all members, see the AdapterView Members list.

See Also: Inherited members from Android.Views.ViewGroup

Public Properties

[read-only]
Countint.
EmptyViewAndroid.Views.View. When the current adapter is empty, the AdapterView can display a special view called the empty view.
[read-only]
FirstVisiblePositionint. Returns the position within the adapter's data set for the first item displayed on screen.
[read-only]
LastVisiblePositionint. Returns the position within the adapter's data set for the last item displayed on screen.
OnItemClickListenerAdapterView.IOnItemClickListener.
OnItemLongClickListenerAdapterView.IOnItemLongClickListener.
OnItemSelectedListenerAdapterView.IOnItemSelectedListener.
[read-only]
SelectedItemJava.Lang.Object.
[read-only]
SelectedItemIdlong.
[read-only]
SelectedItemPositionint. Return the position of the currently selected item within the adapter's data set
[read-only]
abstract
SelectedViewAndroid.Views.View.

Protected Properties

abstract
RawAdapterJava.Lang.Object. Returns the adapter currently associated with this widget.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.