MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 SplitViewDisplayMode

public enum SplitViewDisplayMode
Constants that specify how the pane is shown in a SplitView.

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.

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.