WPF control not being updated when source is changed
Posted
by Dave Colwell
on Stack Overflow
See other posts from Stack Overflow
or by Dave Colwell
Published on 2010-04-20T07:18:05Z
Indexed on
2010/04/20
7:23 UTC
Read the original article
Hit count: 189
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?
© Stack Overflow or respective owner