SplitViewDisplayMode Enumeration
Defines constants for how the SplitView Pane should display
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SplitViewDisplayMode
Public Enumeration SplitViewDisplayMode
type SplitViewDisplayMode
Members
Inline | 0 | Pane is displayed next to content, and does not auto collapse when tapped outside |
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 |
Overlay | 2 | Pane is displayed above content. Pane collapses when tapped outside |
CompactOverlay | 3 | Pane is displayed above content. When collapsed, pane is still visible according to CompactPaneLength. Pane collapses when tapped outside |