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
[read-only] | Count | int. |
EmptyView | Android.Views.View. When the current adapter is empty, the AdapterView can display a special view called the empty view. | |
[read-only] | FirstVisiblePosition | int. Returns the position within the adapter's data set for the first item displayed on screen. |
[read-only] | LastVisiblePosition | int. Returns the position within the adapter's data set for the last item displayed on screen. |
OnItemClickListener | AdapterView.IOnItemClickListener. | |
OnItemLongClickListener | AdapterView.IOnItemLongClickListener. | |
OnItemSelectedListener | AdapterView.IOnItemSelectedListener. | |
[read-only] | SelectedItem | Java.Lang.Object. |
[read-only] | SelectedItemId | long. |
[read-only] | SelectedItemPosition | int. Return the position of the currently selected item within the adapter's data set |
[read-only] abstract | SelectedView | Android.Views.View. |
abstract | RawAdapter | Java.Lang.Object. Returns the adapter currently associated with this widget. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |