Skip to main content

SplitViewDisplayMode Enumeration

Defines constants for how the SplitView Pane should display

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum SplitViewDisplayMode
View Source

Members

Inline0Pane is displayed next to content, and does not auto collapse when tapped outside
CompactInline1Pane is displayed next to content. When collapsed, pane is still visible according to CompactPaneLength. Pane does not auto collapse when tapped outside
Overlay2Pane is displayed above content. Pane collapses when tapped outside
CompactOverlay3Pane is displayed above content. When collapsed, pane is still visible according to CompactPaneLength. Pane collapses when tapped outside

See Also

Reference

Avalonia.Controls Namespace