I would like to achieve this:
I have a GridLayout width 3 Rows (50px, Auto, 50px)
The second row is expanding due to the Browser-Height.
Inside this second Row I would like to put a Grid that expands along to the maximum available height when the User resizes the Browser.
If I give the Grid the Height of "100%" the Height is too low if the Grid has no rows. I would like to expand the Grid always to the maximum available space. At the moment I try to calculate the height with JavaScript in Pixel but I hope that there would be a better way !?
Is there any ?