Search code examples
c#uwpsplitview

Alternative to SplitView for Horizontal Menus with dynamic sub menu


Can anybody advise me on what would be the best method to implement the following example? A splitView would would be perfect but for the fact that you can't change the orientation.

Can anybody suggest an alternative?

The contents of the bottom Dynamic panel will need to change based on the menu item selected, just in case that wasn't clear enough.

Thanks

Example


Solution

  • you can use Pivot view, Menu (from windows community toolkit) or new Navigtion View from win ui library https://learn.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/pivot