I have some problems when I try to bind the height and width of a window to properties in my view model. Here is a small sample app to illustrate the problem. This is the co
Try using two way binding, it worked for me:
Width="{Binding Path=xExt, Mode=TwoWay}"