Android.Widget.AdapterView: Method Members

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

Public Methods

GetItemAtPosition(int) : Java.Lang.Object
Gets the data associated with the specified position in the list.
GetItemIdAtPosition(int) : long
GetPositionForView(Android.Views.View) : int
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) : bool
Call the OnItemClickListener, if it is defined.
abstract
SetSelection(int)
Sets the currently selected item.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.