The members of Android.Widget.ListPopupWindow are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | MatchParent | int (-1). Alias for NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT. |
const | PositionPromptAbove | PositionPrompt (0). The provided prompt view should appear above list content. |
const | PositionPromptBelow | PositionPrompt (1). The provided prompt view should appear below list content. |
const | WrapContent | int (-2). Alias for NoType:android/view/ViewGroup$LayoutParams;Href=../../../reference/android/view/ViewGroup.LayoutParams.html#WRAP_CONTENT. |
AnchorView | Android.Views.View. Returns the view that will be used to anchor this popup. | |
AnimationStyle | int. Returns the animation style that will be used when the popup window is shown or dismissed. | |
[read-only] | Background | Android.Graphics.Drawables.Drawable. |
Height | int. | |
HorizontalOffset | int. | |
InputMethodMode | ListPopupWindowInputMethodMode. Return the current value in ListPopupWindow.InputMethodMode. | |
[read-only] | IsInputMethodNotNeeded | bool. |
[read-only] | IsShowing | bool. |
[read-only] | ListView | ListView. |
Modal | bool. Returns whether the popup window will be modal when shown. | |
PromptPosition | int. | |
[read-only] | SelectedItem | Java.Lang.Object. |
[read-only] | SelectedItemId | long. |
[read-only] | SelectedItemPosition | int. |
[read-only] | SelectedView | Android.Views.View. |
SoftInputMode | Android.Views.SoftInput. Returns the current value in ListPopupWindow.SoftInputMode. | |
VerticalOffset | int. | |
Width | int. |
[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. |
ClearListSelection()Clear any current list selection. | ||
CreateDragToOpenListener(Android.Views.View)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)Filter key down events. | ||
OnKeyPreIme(Android.Views.Keycode, Android.Views.KeyEvent)Filter pre-IME key events. | ||
OnKeyUp(Android.Views.Keycode, Android.Views.KeyEvent)Filter key down events. | ||
PerformItemClick(int)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. |
DismissEvent | Documentation for this section has not yet been entered. | |
ItemClick | Documentation for this section has not yet been entered. | |
ItemSelected | Documentation for this section has not yet been entered. | |
NothingSelected | Documentation for this section has not yet been entered. |