No more constraints for auto-layout?

Hi,

Wondering what happened to the scaling feature for auto-layout objects? It made creating responsive charts super simple and now I can only access scaling on non-auto-layout elements.

Elements within auto layouts are constrained by their resizing properties.

image

Yes that is accurate. But you can have fixed size items inside of an auto-layout that used to scale and now they do not.

I don’t think I’ve ever had that use case, so I never noticed. You can instead create a container that fills the auto layout parent, and then put your element inside that, and apply scale to it.

Can you provide a screenshot of the shape that you’re trying to implement?