Issues with items not collapsing inside auto layout

I am trying to get my buttons to collapse to a new line inside of a fixed-width auto layout but for the life of me can’t figure it out or find tutorials for it.

I am certain there is a quick solve here I am not seeing!


Sorry this image might be clearer regarding the issue.

Hi there.
Currently (and unfortunately) there isn’t a feature for content-wrap. You will need to create a new row of buttons below that initial row, and perhaps have the first row with 3 buttons and the second row with 2 buttons.
Also you could add documentation for developers to indicate that you want to apply content-wrap, perhaps when the parent container hits 800px width.

a dang - alright thank you

This topic was automatically closed after 30 days. New replies are no longer allowed.