Skip to content
Discussion options

You must be logged in to vote

Ok I found the solution for my problem. I was indeed talking about the NavigationView. To found the solution, I simply looked inside the WPF UI Gallery source code to find how it was implemented. The good news is that it is possible. The bad one is that If you want more than one page in your expandable category, you can't do it with xaml. If you just want one page in your expandable category, just use xaml and put in you NavigationViewItem MenuItemsSource a New NavigationViewItem. If you want several pages in it, you will need to create an ObservableCollection that contains ALL you NavigationViewItem of your entire Menu and then assign this collection to the MenuItemsSource parameter of y…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nicolasnny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants