I have an ObservableCollection<T> which will hold a lot of items. The data will be received async by using a backgroundworker (This works fine and fast). which will ho
I have an ObservableCollection<T> which will hold a lot of items. The data will be received async by using a backgroundworker (This works fine and fast). which will ho