Auto layout - fill container

shouldn’t “fill container” be the default state when implementing auto layout? Now it seems to be “fixed”. Fixed doesn’t seem to be the state you want when you want to auto layout something.

Also, when I have two groups with auto layout and I want to group both in a larger group with auto layout. The fill container option should remain. Now it resets to fixed.

2 Likes

Agree with you here @jorg.meyer . When adding auto layout to elements, they should intelligently adapt to the parent/child size.

What happens right now is, by defauly auto layout becomes hug contents/fixed. Instead when the parent and children both have fill container - the newly added autolayout should be fill.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.