as you can see the first and the second line has no space in between, i tried all properties out but nothing seemed to work
I just make a frame that is like x by y and then another frame inside that that is the visible frame that is like 0.9x by 0.9y and I do not use any spacing properties
I honestly did NOT understand, I use a UIListLayout by the way
use UIListLayout and keep it the way it is without changing any properties, then add a frame like this: (black part will be invisible)
so when more frames are added it looks like this: (black part will be invisible)
so the black frame which is the parent of the other frames will act as a spacer
Oh okay I understand it now, but isn’t there a better alternative?
in my opinion no, if u use the property for spacing either you will use pixels which will be different on each device or use scale which will make the space of all frames twice as big whenever you make the scrollingframe twice as big. this is the best way if you want room for customization and it only adds like 5 seconds more of ur time
I don’t think you can easily. Why not use a GridLayout?
GridLayout mixes everything together
Edit: well I guess I’ll just edit things and use it since it would be better


