How do I use the NavigationView control? Is it a bug that directly assigns values to the menuitems property of a control in non mmvm mode, and the UI cannot display NavigationItem? #716
Unanswered
BoyFaceGirl
asked this question in
Q&A
Replies: 2 comments
-
这是我的导航栏代码,你可以参考一下: Model Code Fragment :
Page XML :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't like using the mvvm method. The mvvm mode is too cumbersome and cumbersome, requiring a large number of viemodels to be written, and processing the ui is not user-friendly enough |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
c# code-behind:
public partial class MainWindow : Window
{
xaml code:
Beta Was this translation helpful? Give feedback.
All reactions