Table of Contents

Enum GroupGridDropDownPlacementMode

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Defines how a GroupGrid hosts in-place editor drop-down controls.

public enum GroupGridDropDownPlacementMode
Extension Methods

Fields

Auto = 2

Uses popup placement with platform constraint adjustment.

Inline = 0

Hosts the drop-down as an inline visual child of the grid.

Popup = 1

Hosts the drop-down in an Avalonia popup.