Enum
AutoCompletePopupPosition

Enum for specifying the position of a popup which placement target is horizontally stretched.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum AutoCompletePopupPosition

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

cs-api-definition
Auto = 0

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

cs-api-definition
Bottom = 1

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

cs-api-definition
Top = 2

Field Value

AutoCompletePopupPosition

In this article
DefinitionFieldsAutoBottomTop
Not finding the help you need?
Contact Support