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 ?

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 ?
Its because the UI grid layout is has a size propertie.
oh yes … what can i do ? there is a solution ?
Put one of the UIAspectRatioConstraint
s from the TextLabels
into the UIGridLayout
. Then delete the other UIAspectRatioConstraint
s from the other TextLabels
. The AutoScale plugin is quite unreliable most of the time.
thank you, but it doesnt work … if I resume, I’ve got to put UIAspectRatioConstraint into the grid layout. but it doesnt work … :’(
Can we see the properties of your UIGridLayout? Are the UDim2 values in scale?
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}
i change which value ? xd
I think i clearly explained it in my other reply;
Ensure that you are using Scale and that Offset is 0.
i love you thanks, it work perfectly!!!