DataContext is not showing in the ContentControl using HamburgerMenu #4507
Unanswered
Kitsunejasutin
asked this question in
Q&A
Replies: 1 comment
-
check samples in source code. It has some great samples how to use the two lists. |
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
-
I was experimenting and found out that the DataContext is not showing in the MetroControlContent if the Item HamburgerMenuIconItem is not on the first list
The following XAML is the not working XAML with a Binding error of:
Swapping the 2 HamburgerMenuIconItem and DataContext View Model now shows on the DataGrid with no errors.
Is there something I should do?
I am binding the ViewModel thru Code Behind:
Beta Was this translation helpful? Give feedback.
All reactions