Android.Widget.ListPopupWindow Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new, empty popup window capable of displaying items from a ListAdapter.
Create a new, empty popup window capable of displaying items from a ListAdapter.
Create a new, empty popup window capable of displaying items from a ListAdapter.
Create a new, empty popup window capable of displaying items from a ListAdapter.

Protected Constructors

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

Public Fields

Public Properties

AnchorViewAndroid.Views.View. Returns the view that will be used to anchor this popup.
AnimationStyleint. Returns the animation style that will be used when the popup window is shown or dismissed.
[read-only]
BackgroundAndroid.Graphics.Drawables.Drawable.
Heightint.
HorizontalOffsetint.
InputMethodModeListPopupWindowInputMethodMode. Return the current value in ListPopupWindow.InputMethodMode.
[read-only]
IsInputMethodNotNeededbool.
[read-only]
IsShowingbool.
[read-only]
ListViewListView.
Modalbool. Returns whether the popup window will be modal when shown.
PromptPositionint.
[read-only]
SelectedItemJava.Lang.Object.
[read-only]
SelectedItemIdlong.
[read-only]
SelectedItemPositionint.
[read-only]
SelectedViewAndroid.Views.View.
SoftInputModeAndroid.Views.SoftInput. Returns the current value in ListPopupWindow.SoftInputMode.
VerticalOffsetint.
Widthint.

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

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.

Public Events

DismissEventDocumentation for this section has not yet been entered.
ItemClickDocumentation for this section has not yet been entered.
ItemSelectedDocumentation for this section has not yet been entered.
NothingSelectedDocumentation for this section has not yet been entered.