Ability to wrap elements in autolayout

It would be a game-changer if there were more flex-box options, such as ‘wrap’ for autolayout, where you had the option to let elements wrap to the next line once the max width of the parent container is reached.

This would create a more realistic flow, and significantly reduce the number of layer structures needed. Currently, to create something like a list of tags, I need to create a separate row for each list and constantly adjust, delete, edit them to get the right orientation based on the tag content/text.

8 Likes

Similar thread: Wrapping components in frames

2 Likes

A post was merged into an existing topic: Wrapping components in frames