Let’s say you have a ListBox that is data-bound to an ObservableCollection and set up similar to this:
Also, assume you’ve implemented sorting on your collection using the CollectionView representing your data bound items.
Can you guess what’s wrong?
When you sort the items (you’re really sorting UI elements representing your data), a data binding error occurs for [...]