I have this ScrollingFrame used for game documentation. I need it flexible to fit in all devices, so I use Scale (and not Offset) for everything. It consists of 2 separate frames (columns): left and right.
I have no more room to insert newlines:
So, I need to increase the CanvasSize.Y of ScrollingFrame. But doing this, the TextLabel heights are increasing, since the all Size.Y are set Scale = 0.05.
However, following this post, inserting a UIAspectRatioConstraint, I get different TextLabel heights in each column:
According to the post you linked, the aspect ratio constraint goes inside each element in the list. As I have done this before, you need to tinker with the values of the constraint. I recommend using ZacBytes AutoScale Lite, with the Add Constraint button.