Issue with scrollling frames not scalling to each device correctly,

Hello developers, when I try to use scrolling frames, the items inside of the frames do not scale correctly, the pictures below should help explain

What it should look like, (and looks like on my PC);

But when I change the device it looks like this,
image

How do I get the scrolling frame to size its children correctly?

I would just like to add that each frame is using “Scale” not “Offset” and is also using a “UIAspectRatioConstraint”

1 Like

I think you can set the position of your scrolling frame child to (0,0,0,0) ! :grin:
I hope that was helpful ! :wink:
Have a nice day ! :yum:

Its using a UI list layout so you cant really change the position, and anyway the position is already set to (0,0,0,0)

2 Likes

Turns out with the “UIAspectRatioConstraint”, i needed to set it to “ScaleWithParentSize” inorder for it to fit.

2 Likes

Oh i had that problem before when i was making a ui before and i couldnt figure it out and it completley discouraged me from finish my project