FITFLOP
Home

observablecollection (2 post)


posts by category not found!

My ObservableCollection<T> in a view model file cannot be seen by other files

Why Cant My Observable Collection T Be Seen by Other Files Lets say you re working on a WPF or UWP application and have an Observable Collection T within your v

2 min read 02-10-2024 26
My ObservableCollection<T> in a view model file cannot be seen by other files
My ObservableCollection<T> in a view model file cannot be seen by other files

How can I get CollectionView.SelectedItems from the ViewModel

Accessing Selected Items in a Collection View from Your View Model Its often necessary to access the selected items in a Collection View from your View Model to

3 min read 02-10-2024 28
How can I get CollectionView.SelectedItems from the ViewModel
How can I get CollectionView.SelectedItems from the ViewModel