[SOLVED] UI Grid Layout Going in ScrollingFrame Bar

Hello!

So I have a problem where the GridLayout clips into the scrolling bar.

I want the UiGridLayout to be clear of the scrolling bar, but I still want all of the templates to be scrollable (in the scrolling frame)

Here is another screenshot if anyone needs it:
Screenshot 2024-03-23 at 10.51.35 AM

Any help is appreciated!

3 Likes

Pretty sure you can just add padding to it, which can be changed in the properties.

Set: VerticalScrollBarInset = Always or ScrollBar

2 Likes

Thanks but how would I increase the gap?

image_2024-03-23_222525454

Add UIPadding instance inside scrolling frame.

1 Like

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