AutoLayout: wrap items?

Is it possible to wrap items of a single AutoLayout row to the next "line"?

It would be similar to what flexbox can do in the web. Demo:

https://codepen.io/team/css-tricks/pen/EKEYob

Make the window smaller to cause items to wrap. The wrapped items are centered, but that's all configurable (f.e. left align, center, right align, etc)

Can this be done with AutoLayout?

Or is AutoLayout constrained (no pun! :) to fix non-wrapping layouts?

AutoLayout: wrap items?
 
 
Q