The methods of Android.App.ListFragment are listed below. For a list of all members, see the ListFragment Members list.
See Also: Inherited members from Android.App.Fragment
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 |