To batch many updates into a single operation, use ObservableRangeCollection.AddRange, suspend notifications, and raise one Reset event, or replace the entire ItemsSource. This reduces repeated rebind and remeasurement.
To batch many updates into a single operation, use ObservableRangeCollection.AddRange, suspend notifications, and raise one Reset event, or replace the entire ItemsSource. This reduces repeated rebind and remeasurement.
Share with