The methods 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
GetItemAtPosition(int)Gets the data associated with the specified position in the list. | ||
GetItemIdAtPosition(int) | ||
GetPositionForView(Android.Views.View)Get the position within the adapter's data set for the view, where view is a an adapter item or a descendant of an adapter item. | ||
PerformItemClick(Android.Views.View, int, long)Call the OnItemClickListener, if it is defined. | ||
abstract | SetSelection(int)Sets the currently selected item. |