ListPopupWindow.PositionPromptAbove Field

Definition

Caution

This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.

The provided prompt view should appear above list content.

[Android.Runtime.Register("POSITION_PROMPT_ABOVE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.", true)]
public const Android.Widget.PositionPrompt PositionPromptAbove = 0;
[<Android.Runtime.Register("POSITION_PROMPT_ABOVE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Widget.PositionPrompt enum directly instead of this field.", true)>]
val mutable PositionPromptAbove : Android.Widget.PositionPrompt

Field Value

Value = 0
Attributes

Remarks

The provided prompt view should appear above list content.

Java documentation for android.widget.ListPopupWindow.POSITION_PROMPT_ABOVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also