WPF control not being updated when source is changed
- by Dave Colwell
Hi,
I have a ListBox which is bound to a list of objects. When the system initializes, the binding is done just fine, When i update the value in one of the fields on the ListBox, the item in the background updates as well, but when i update the value in the background it is not reflected in the ListBox.
Does anyone know why this is?