obason
Multiple Selection in WPF with MVVM architect
As you know, by default, ListView does not allow binding to the SelectedItems property, which is only available in the code-behind, making it confusing.
I implemented a behavior that works well. If you have another approach, please share how you did it. Here is my code
13 replies
WPF: Binding selected item of ComboBox inside ItemsControl
ViewModel class have to implement INotifyPropertyChanged to reflect data change to View>
https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/how-to-implement-property-change-notification?view=netframeworkdesktop-4.8
2 replies