Replies: 3 comments 7 replies
-
|
Hi) RevitLookup is not very informative for you? It uses navigation. And the examples themselves from the wpf-ui repository https://github.com/lepoco/wpfui/tree/main/src You just need to implement <ui:NavigationView.MenuItems>
<ui:NavigationViewItem
Content="Dashboard"
TargetPageType="{x:Type pages:DashboardPage}"/>
</ui:NavigationView.MenuItems> |
Beta Was this translation helpful? Give feedback.
-
|
yeah thanks Roman, |
Beta Was this translation helpful? Give feedback.
-
|
I can using navigation too smooth but have a problem when connect page with viewmodel of page. It's really a difficult challenge |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
Hi Roman. Thanks for all your help. It would be great if you could create a new simple project that demonstrates how to configure navigation for multiple pages using WPF UI library.
Beta Was this translation helpful? Give feedback.
All reactions