views:

2772

answers:

2
+2  A: 

Not quite enough code here to really say what's going on, however you have made view bindable and that does not automatically mean that all of view's children are bindable. You'll have to go into view and make lblThisLabel bindable too.

Also it is hard for the rest of us to know how it works in your head. Perhaps you should describe that too.

Simon
edited to clarify
AlexH
can you show the code for the declaration of lblThisLabel on model.configView?
Simon
A: 

Moreover, I think that even if, with your actual code, view changes should be detected, view won't be updated if assigned model.configView property is not bindable as well...

Jérémy Reynaud