(This is a test app, not my actual project)
I have these three flexible width containers: A, B and C.
This is the container layout:
When I preview the app at phone size, this is what I get:
The width and heights of A, B and C are now (apparently) completely unrelated to "Fill" proportions. MinWidth is obeyed, though. The heights seem to be basically (Total Height - Header)/(Number of rows required to fit containers).
How do I set the Heights of A, B and C in this view or simply work around this?