The fields 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
const | InvalidPosition | int (-1). Represents an invalid position. |
const | InvalidRowId | long (-9223372036854775808). Represents an empty or invalid row id |
const | ItemViewTypeHeaderOrFooter | int (-2). The item view type returned by Adapter.getItemViewType(int) when the item is a header or footer. |
const | ItemViewTypeIgnore | int (-1). The item view type returned by Adapter.getItemViewType(int) when the adapter does not want the item's view recycled. |