SplitViewDisplayMode
Constants that specify how the pane is shown in a SplitView.
CompactInline = 3
The amount of the pane defined by the CompactPaneLength property is shown side-by-side
with the content and takes up space in the control layout.
The remaining part of the pane pushes the content to the side when it's open and takes up space in the control
layout.
CompactOverlay = 2
The amount of the pane defined by the CompactPaneLength property is shown side-by-side
with the content and takes up space in the control layout.
The remaining part of the pane covers the content when it's open and does not take up space in the control layout.
Inline = 1
The pane is shown side-by-side with the content and takes up space in the control layout.
Overlay = 0
The pane covers the content when it's open and does not take up space in the control layout.