Saturday, May 31, 2014

ListBox Focus Issue On ItemSource Update

Why bind to a list? ObservableCollection extends List and implements INotifyCollectionChanged. Helps with binding if the list items are added or removed. I don't think List does updates the UI when the items are changed.

No comments:

Post a Comment