I have a layout like this: Stack (vert options: start) -Grid (vert options: start) [Row Star] -Image (Aspect.AspectFill) [Row Star] [Row Star]
The 2 second rows are just empty. I also tried doing this in c# with 2 rows with length of 1 and 2, but am having the same problem.
My intention, is to have the first row take up 1/3rd of the vertical space of the current stack size. Then the image should fill this space entirely.
However, instead of the image just taking up the 1/3rd of the row of the stack, the image ends up expanding the grid and the stack and the stack is much larger.
What is the best method to achieve this?