I use scrolling frame with auto size by Y, UIPadding and UIGridLayout. Firstly you can think thats all is okay
But look at this:
How do I can fix this?
I use scrolling frame with auto size by Y, UIPadding and UIGridLayout. Firstly you can think thats all is okay
But look at this:
How do I can fix this?
Try making the CanvasSize a bit bigger of the ScrollingFrame
Go to your ScrollingFrame then its Properties then scroll down to the Scrolling section, and then look for CanvasSize within it, and change it to how much you need it to be. For example: {0,0},{5,0}
Whenever I do that, I have all this excess space. How can I remove it?
Just make the CanvasSize smaller such as {0,0},{0,3}
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.