Android.Widget.ListPopupWindow: Method Members

The methods of Android.Widget.ListPopupWindow are listed below. For a list of all members, see the ListPopupWindow Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ClearListSelection()
Clear any current list selection.
CreateDragToOpenListener(Android.Views.View) : Android.Views.View.IOnTouchListener
Returns an NoType:android/view/View$OnTouchListener;Href=../../../reference/android/view/View.OnTouchListener.html that can be added to the source view to implement drag-to-open behavior.
Dismiss()
Dismiss the popup window.
OnKeyDown(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Filter key down events.
OnKeyPreIme(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Filter pre-IME key events.
OnKeyUp(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Filter key down events.
PerformItemClick(int) : bool
Perform an item click operation on the specified list adapter position.
PostShow()
Post a ListPopupWindow.Show call to the UI thread.
SetAdapter(IListAdapter)
Sets the adapter that provides the data and the views to represent the data in this popup window.
SetBackgroundDrawable(Android.Graphics.Drawables.Drawable)
Sets a drawable to be the background for the popup window.
SetContentWidth(int)
Sets the width of the popup window by the size of its content.
SetDropDownGravity(Android.Views.GravityFlags)
Set the gravity of the dropdown list.
SetListSelector(Android.Graphics.Drawables.Drawable)
Sets a drawable to use as the list item selector.
SetOnDismissListener(PopupWindow.IOnDismissListener)
Set a listener to receive a callback when the popup is dismissed.
SetOnItemClickListener(AdapterView.IOnItemClickListener)
Sets a listener to receive events when a list item is clicked.
SetOnItemSelectedListener(AdapterView.IOnItemSelectedListener)
Sets a listener to receive events when a list item is selected.
SetPromptView(Android.Views.View)
Set a view to act as a user prompt for this popup window.
SetSelection(int)
Set the selected position of the list.
Show()
Show the popup list.