Closed Fruchtzwerg94 closed 1 year ago
multiple ComboBoxes are affecting each other using the same source. This is because the same CollectionView is used under the hood:
The PR aims to fix this by overwriting the ItemsSource property to create dedicated CollectionViewSources per control.
Since nesting CollectionViewSource is not possible, the behaviour remains the same using CollectionViewSource as ItemsSource.
Thank you. This is released in v1.5.0.
multiple ComboBoxes are affecting each other using the same source. This is because the same CollectionView is used under the hood:
The PR aims to fix this by overwriting the ItemsSource property to create dedicated CollectionViewSources per control.
Since nesting CollectionViewSource is not possible, the behaviour remains the same using CollectionViewSource as ItemsSource.