NavigationView Example with C# Markup #2056
Unanswered
johnnyelwailer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day
I am trying to write a little Winui app using the UNO C# Markup Extensions.
I want to display a simple
NavigationView, but now I'm struggling, how to make theNavigationViewItemperform the actual navigation. I didn't find any C# Markup Example using the NavigationView, so I tried to translate if from the XAML samples.Basicly, my code is like this:
Now, it displays fine in the ui, but clicking on the navigation item does nothing.
I configured navigation using the builder:
Notice, that I can use the
INavigatorservice from code no problem, callingNavigateViewModelAsyncworks!By the way, I also opened a related Github Issue: #2040
Anybody has experience on this issue?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions