If you set the ItemSource to a ListBox, the items will be internally created and read-only. Therefore, in this case, you need to remove the element from the collection of super-threads. If the collection implements INotifyCollectionChanged, then changes to the collection are reflected in the list.
ObservableCollection is a list that implemented INotifyCollectionChanged
user671253
source share