Android.Widget.ListView Members

The members of Android.Widget.ListView are listed below.

See Also: Inherited members from Android.Widget.AbsListView

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ChoiceModeMultipleint (2). Documentation for this section has not yet been entered.
const
ChoiceModeNoneint (0). Documentation for this section has not yet been entered.
const
ChoiceModeSingleint (1). Documentation for this section has not yet been entered.

Public Properties

override
AdapterIListAdapter. Returns the adapter currently in use in this ListView.
[read-only]
override
CheckedItemPositionint. Documentation for this section has not yet been entered.
[read-only]
override
CheckedItemPositionsAndroid.Util.SparseBooleanArray. Documentation for this section has not yet been entered.
override
ChoiceModeChoiceMode. Documentation for this section has not yet been entered.
DividerAndroid.Graphics.Drawables.Drawable. Returns the drawable that will be drawn between each item in the list.
DividerHeightint.
[read-only]
FooterViewsCountint. Returns the number of footer views in the list.
[read-only]
HeaderViewsCountint. Returns the number of header views in the list.
ItemsCanFocusbool.
[read-only]
MaxScrollAmountint.
OverscrollFooterAndroid.Graphics.Drawables.Drawable.
OverscrollHeaderAndroid.Graphics.Drawables.Drawable.

Protected Properties

[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.

Public Methods

AddFooterView(Android.Views.View)
Add a fixed view to appear at the bottom of the list.
AddFooterView(Android.Views.View, Java.Lang.Object, bool)
Add a fixed view to appear at the bottom of the list.
AddHeaderView(Android.Views.View)
Add a fixed view to appear at the top of the list.
AddHeaderView(Android.Views.View, Java.Lang.Object, bool)
Add a fixed view to appear at the top of the list.
AreFooterDividersEnabled() : bool
AreHeaderDividersEnabled() : bool
override
ClearChoices()
Documentation for this section has not yet been entered.
override
GetCheckedItemIds() : long[]
Documentation for this section has not yet been entered.
GetCheckItemIds() : long[]
Returns the set of checked items ids.
override
IsItemChecked(int) : bool
Documentation for this section has not yet been entered.
RemoveFooterView(Android.Views.View) : bool
Removes a previously-added footer view.
RemoveHeaderView(Android.Views.View) : bool
Removes a previously-added header view.
SetFooterDividersEnabled(bool)
Enables or disables the drawing of the divider for footer views.
SetHeaderDividersEnabled(bool)
Enables or disables the drawing of the divider for header views.
override
SetItemChecked(int, bool)
Documentation for this section has not yet been entered.
override
SetSelection(int)
Sets the currently selected item.
SetSelectionAfterHeaderView()
setSelectionAfterHeaderView set the selection to be the first list item after the header views.
override
SetSelectionFromTop(int, int)
Sets the selected item and positions the selection y pixels from the top edge of the ListView.
SmoothScrollByOffset(int)
Smoothly scroll to the specified adapter position offset.

Protected Methods