UI List Layont dont work with AutoScale Plugin

Hello !
I actually have a list layout with scrolling bar, but when i want to autoscale ( for larger screen ), it doesnt work …
Do you have any solution ?
image


image

Its because the UI grid layout is has a size propertie.

2 Likes

oh yes … what can i do ? there is a solution ?

1 Like

Put one of the UIAspectRatioConstraints from the TextLabels into the UIGridLayout. Then delete the other UIAspectRatioConstraints from the other TextLabels. The AutoScale plugin is quite unreliable most of the time.

1 Like

thank you, but it doesnt work … if I resume, I’ve got to put UIAspectRatioConstraint into the grid layout. but it doesnt work … :’(

1 Like

Can we see the properties of your UIGridLayout? Are the UDim2 values in scale?

1 Like

sure!

and what do you mean by UDim2 ?

The CellSize and CellPadding values are in Offset, which is why it is not scaling. Expand the tabs, and you’ll see that there is the option for Scale and Offset.
{ScaleX, OffsetX}, {ScaleY, OffsetY}

1 Like

image
i change which value ? xd

1 Like

I think i clearly explained it in my other reply;

image

Ensure that you are using Scale and that Offset is 0.

1 Like

i love you thanks, it work perfectly!!!