Can I adjust child content alignment individually when using auto-layout?

I want to align child contents differently, like one in center, one in left, one in right. But I find the alignment cannot control child contents individually. Whether there are any way to get to do what I want? Or is it valuable feature that maybe I should vote it in “Product Idea”?

You should be able to embed frames within other frames and apply auto layout to each frame. This should give you the flexibility you need.

1 Like

Thank you so much!