Table of Contents

Enum SplitViewDisplayMode

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Defines constants for how the SplitView Pane should display

public enum SplitViewDisplayMode

Fields

CompactInline = 1

Pane is displayed next to content. When collapsed, pane is still visible according to CompactPaneLength. Pane does not auto collapse when tapped outside

CompactOverlay = 3

Pane is displayed above content. When collapsed, pane is still visible according to CompactPaneLength. Pane collapses when tapped outside

Inline = 0

Pane is displayed next to content, and does not auto collapse when tapped outside

Overlay = 2

Pane is displayed above content. Pane collapses when tapped outside