The members of Android.Widget.ListView are listed below.
See Also: Inherited members from Android.Widget.AbsListView
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ChoiceModeMultiple | int (2). Documentation for this section has not yet been entered. |
const | ChoiceModeNone | int (0). Documentation for this section has not yet been entered. |
const | ChoiceModeSingle | int (1). Documentation for this section has not yet been entered. |
override | Adapter | IListAdapter. Returns the adapter currently in use in this ListView. |
[read-only] override | CheckedItemPosition | int. Documentation for this section has not yet been entered. |
[read-only] override | CheckedItemPositions | Android.Util.SparseBooleanArray. Documentation for this section has not yet been entered. |
override | ChoiceMode | ChoiceMode. Documentation for this section has not yet been entered. |
Divider | Android.Graphics.Drawables.Drawable. Returns the drawable that will be drawn between each item in the list. | |
DividerHeight | int. | |
[read-only] | FooterViewsCount | int. Returns the number of footer views in the list. |
[read-only] | HeaderViewsCount | int. Returns the number of header views in the list. |
ItemsCanFocus | bool. | |
[read-only] | MaxScrollAmount | int. |
OverscrollFooter | Android.Graphics.Drawables.Drawable. | |
OverscrollHeader | Android.Graphics.Drawables.Drawable. |
[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. |
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() | ||
AreHeaderDividersEnabled() | ||
override | ClearChoices()Documentation for this section has not yet been entered. | |
override | GetCheckedItemIds()Documentation for this section has not yet been entered. | |
GetCheckItemIds()Returns the set of checked items ids. | ||
override | IsItemChecked(int)Documentation for this section has not yet been entered. | |
RemoveFooterView(Android.Views.View)Removes a previously-added footer view. | ||
RemoveHeaderView(Android.Views.View)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. |