SplitViewDisplayMode Enumeration

Defines constants for how the SplitView Pane should display

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SplitViewDisplayMode

Members

Inline0 Pane is displayed next to content, and does not auto collapse when tapped outside
CompactInline1 Pane is displayed next to content. When collapsed, pane is still visible according to CompactPaneLength. Pane does not auto collapse when tapped outside
Overlay2 Pane is displayed above content. Pane collapses when tapped outside
CompactOverlay3 Pane is displayed above content. When collapsed, pane is still visible according to CompactPaneLength. Pane collapses when tapped outside

See Also