Binding dont refresh, even when explicitly calling UpdateTarget
Posted
by Erik
on Stack Overflow
See other posts from Stack Overflow
or by Erik
Published on 2010-06-11T13:06:14Z
Indexed on
2010/06/11
15:22 UTC
Read the original article
Hit count: 294
My ListView does not refresh its bindings when i call OnPropertyChanged. I have tried to force it to refresh by:
NestedArguments.GetBindingExpression(ItemsControl.ItemsSourceProperty).UpdateTarget();
But still, no luck!
YES, it does get updated. I have set a breakpoint and checked.
What is going on?
Other bindings seem to work without a problem
© Stack Overflow or respective owner