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
-
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 theNavigationViewItem
perform 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
INavigator
service from code no problem, callingNavigateViewModelAsync
works!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