ListPopupWindow.PositionPromptAbove Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.