Class AutoCompletePopupPosition
Enum for specifying the position of a popup which placement target is horizontally stretched.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class AutoCompletePopupPosition : Enum
Fields
Auto
A position of the Popup where the control aligns its upper edge with the lower edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget. If the lower screen-edge obscures the Popup, the control repositions itself so that its lower edge aligns with the upper edge of the PlacementTarget. If the upper screen-edge obscures the Popup, the control then repositions itself so that its upper edge aligns with the lower edge of the PlacementTarget and constraint its height.
Declaration
public const AutoCompletePopupPosition Auto
Field Value
AutoCompletePopupPosition
|
Bottom
A position of the Popup control where the control aligns its upper edge with the lower edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget.
Declaration
public const AutoCompletePopupPosition Bottom
Field Value
AutoCompletePopupPosition
|
Top
A position of the Popup where the control aligns its lower edge with the upper edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget.
Declaration
public const AutoCompletePopupPosition Top
Field Value
AutoCompletePopupPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|