SplitViewDisplayMode Enumeration
Defines constants for how the SplitView Pane should display
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SplitViewDisplayMode
Public Enumeration SplitViewDisplayMode
type SplitViewDisplayMode
| 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
|