The members of Android.App.ListFragment are listed below.
See Also: Inherited members from Android.App.Fragment
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ListAdapter | Android.Widget.IListAdapter. Get the ListAdapter associated with this activity's ListView. | |
[read-only] | ListView | Android.Widget.ListView. Get the activity's list view widget. |
[read-only] | SelectedItemId | long. Get the cursor row ID of the currently selected list item. |
[read-only] | SelectedItemPosition | int. Get the position of the currently selected list item. |
[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. |
OnListItemClick(Android.Widget.ListView, Android.Views.View, int, long)This method will be called when an item in the list is selected. | ||
SetEmptyText(Java.Lang.ICharSequence)The default content for a ListFragment has a TextView that can be shown when the list is empty. | ||
SetEmptyText(string)Documentation for this section has not yet been entered. | ||
SetListShown(bool)Control whether the list is being displayed. | ||
SetListShownNoAnimation(bool)Like ListFragment.SetListShown(bool), but no animation is used when transitioning from the previous state. | ||
SetSelection(int)Set the currently selected list item to the specified position with the adapter's data |