-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
🚧 work in progressEnhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsPerformancePerformance related issuePerformance related issue
Milestone
Description
This is a carry over from .NET Framework.
If INotifyCollectionChanged.CollectionChanged -> NotifyCollectionChangedEventArgs.NewItems has more than one item, most WPF controls will throw an exception.
The main reason for this original design is that ObservableCollection doesn't have an AddRange method and the controls assum that nothing else will support INotifyCollectionChanged.
dotMorten, AdamCaviness, HaraGabi, kekekeks, RyoukoKonpaku and 71 more
Metadata
Metadata
Assignees
Labels
🚧 work in progressEnhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsPerformancePerformance related issuePerformance related issue