How do I create a SplitView Panel which opens from right side of the app. This is implemented in Windows 10 Mail Applications when you press on the settings icon. I've googled for this but there is nothing that can help. Thanks.
By default, the Pane overlays the Content and disappears completely when closed. You can use one of the "inline" modes to show the Pane side-by-side with the Content. You can use the "compact" modes to make a narrow section of the Pane remain visible even when the Pane is closed.
The split view control can be used to create any "drawer" experience where users can open and close the supplemental pane. For example, you can use SplitView to build the list/details pattern.
The SplitView has a property PanePlacement with possible values Left and Right.
<SplitView IsPaneOpen="True" PanePlacement="Right">
</SplitView>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With