This question is locked. New answers and comments are not allowed.
Hello,
I hope someone could give me a hint which property to use to get the current grid width.
In certain situations I want to partly overlap the grid (I'm using a drop down button for this) and therefore I have to know the width of the grid. As long as I'm setting the grid width to a fix value in xaml, then I can use the width property to get the current width.
But if I don't use a fix grid width then the width property doesn't deliver a value.
So probably I've overlooked something but I can't figure out how to detect the width of a dynamic grid during runtime.
Thanks for your help
Uwe
I hope someone could give me a hint which property to use to get the current grid width.
In certain situations I want to partly overlap the grid (I'm using a drop down button for this) and therefore I have to know the width of the grid. As long as I'm setting the grid width to a fix value in xaml, then I can use the width property to get the current width.
But if I don't use a fix grid width then the width property doesn't deliver a value.
So probably I've overlooked something but I can't figure out how to detect the width of a dynamic grid during runtime.
Thanks for your help
Uwe