How to scale frames inside of scrolling frame on all devices?

  1. What do you want to achieve? Keep it simple and clear!
    I want to make my frames inside of my scrolling frame scale for mobile.

  2. What is the issue? Include screenshots / videos if possible!
    They don’t scale, I have even tried some plugins, nothing works.

Here’s desktop:

And here’s mobile:

See how you can’t see the rest of the frames, I want to fix that.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried YT and DevForum.
1 Like

Try moving all of the frames inside to a normal frame with the same size as the scrolling frame, then use AutoScale plugin to convert them to scale, then put them back in the scrolling frame. Using the plugin on objects inside a scrolling frame just doesn’t work for some reason.

3 Likes

If your using a UIGridLayout to sort them inside the scrolling frame,
set the GridSize (in properties) to something like .95,0,.2,0
and then mess around with it until you get your desired looks.

If your using a UIListLayout to sort them inside the scrolling frame,
select all the children of the scrolling frame (which are your frames)
and set their size to something like 0.95,0,.2,0
and then mess around with it until you get your desired looks.

oh, ill try this and let u know if it works