obason
obason
CC#
Created by obason on 11/21/2024 in #help
Multiple Selection in WPF with MVVM architect
now, I can get the current selected items on ListView from user
13 replies
CC#
Created by obason on 11/21/2024 in #help
Multiple Selection in WPF with MVVM architect
No description
13 replies
CC#
Created by obason on 11/21/2024 in #help
Multiple Selection in WPF with MVVM architect
No description
13 replies
CC#
Created by obason on 11/21/2024 in #help
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
CC#
Created by obason on 11/21/2024 in #help
Multiple Selection in WPF with MVVM architect
it seem like you talk about the checkbox, but my concern is about SelectedItems in ListView.
13 replies
CC#
Created by Tiranozavr on 11/14/2024 in #help
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