I have a ObservableCollection, I can add and remove item from the collection. But I can\'t replace an existing item in the collection. There is a way to replace an
ObservableCollection
collection[someIndex] = newItem;