UIListLayout & UIAspectRatioConstraint - How to make the padding not be far when a new child is added to ScrollingFrame

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I want to make sure my padding isn’t far spaced when using UIAspectRatioConstraint and UIListLayout.

  1. What is the issue? Include screenshots / videos if possible!

The issue is that when a new child is added (like a lot of children) the Padding is far spaced and I want to make sure it isn’t since I want a lot of frame and small padding.
image
image

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I have tried making my own Scale System and Layout System but it still didnt work. I looked at DevForum for help but I couldn’t find any answers (found topics but barely helped)

Thanks,
Indelton

I’m not very good with gui my solution is count how many children and measure the padding

Sadly, I have already tried that!

what was the result like would kindly you describe it for me

I was hoping that it worked but I got the same result

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.