Hi
Currently I am setting sizes for the columns, which gives me a total width for the data grid / data tree
Is it possible to set width to 100% (like with html code)
I know there is maxWidth and minWidth, but that is used to set the max and min values for a controls width
Another reason I need to use 100% width is in one row I have the menu links
and in the next a search filter and data grid. This second row re sizes everything so now the menu bar which was the full width is now the width of the data grid.
Preetinder