Enum PopupPlacement
Specifies the preferred placement of a popup relative to its anchor rect. The platform may adjust placement to keep the popup on screen.
public enum PopupPlacement
Fields
Above = 1Show above the anchor.
Below = 0Show below the anchor (default for dropdowns/comboboxes).
Left = 3Show to the left of the anchor.
Right = 2Show to the right of the anchor (e.g. nested/submenu).