0

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

Adam McMahon
  • 765
  • 3
  • 24
  • Did you try the Pivot control? – Muzib Aug 08 '18 at 14:59
  • You can use command bar or app bar alternately create custom user control, command bar or app bar will be the perfect choice which allow you to create similar to your screenshot with borders between buttons – Shubham Sahu Aug 08 '18 at 15:49
  • You can try `MenuControl` as mentioned in [this](https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/menu) link. – Dishant Aug 08 '18 at 21:40

1 Answers1

1

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

Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75