Hi!
I've a problem with the above mentioned control style. There's a few grids nested in the control template for the xamDataTreeNodeControl and all have their HorizontalAlignment set to "Stretch". The problem is that the innermost grid isn't stretched to take all the available space it has.
Any help is much appreciated.
Thanks!
Hi,
Do you think you can post your custom ControlTemplate so that I have a better idea on what exactly is going wrong?
Thanks,
-SteveZ
I've included a sample project below. What i would like to have is the "main" grid to be stretched to take up all the space it has. But even if every grid has HorizontalAlignment set to "Stretch" it still doesn't work. If you run the sample you can see the light blue color not being stretched. If you hardcode the width value however it works (but that is not an option).