I have a grid whose width is \"1*\". So the actual width decided at runtime I think. Within that grid I have another grid whose width I want to set to the runtime width of paren
I think that easiest way to do same thing is:
HorizontalAlignment="Stretch"
That is not using binding as you have been asked, but it is easier.