Table of Contents

Enum ScaffoldPopupPlacement

Namespace
Nalu
Assembly
Nalu.Maui.Scaffold.dll

Where a popup is placed within the safe presentation area.

public enum ScaffoldPopupPlacement

Fields

AnchorAbove = 2

Above the anchor, start-aligned; flips below when it doesn't fit.

AnchorBelow = 1

Below the Anchor, start-aligned with it (dropdown); flips above when it doesn't fit.

AnchorEnd = 4

At the end side of the anchor, top-aligned; flips to the start side when it doesn't fit.

AnchorStart = 3

At the start side of the anchor, top-aligned; flips to the end side when it doesn't fit.

Center = 0

Centered in the presentation area.