Replies: 1 comment 4 replies
-
You can do it in the setter of the property like this
In the action of the SetProperty method
Or you can override the OnPropertyChanged method of BindableBase |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to keep the tag of NavigationViewItem in my view model
And inside the view, I want to set the NavigationView.SelectedItem based on the tag in view model.
It's something like:
Is it possible and how?
Beta Was this translation helpful? Give feedback.
All reactions