Hi @JohnnyMorganz,
The final frame that you mention - the one that you want to fill with remaining available space - would it have child content? Or is the idea that the “filler” frame would simply use up whatever remaining space is available (regardless of its child content)?
That’s an interesting idea. Currently automatic size determines a min and max size and sizes to ‘fit’ the child content by using the min size. It sounds like you would want an ability to toggle the opposite behavior: instead of trying to fit the content (using min size), add the ability to change this behavior to prefer fitting to max size instead. Is that correct?
And then the other change would be this: changing ‘max size’ to be ‘remaining available space’ rather than simply the maximum size of the parent bounds.
Is that an accurate summary of your feedback? Just want to make sure I understand your use case.
Thanks for participating in the beta, and for your feedback!