How do i prevent edge clipping on UI grid layout ScrollingFrame?

The UIStroke is clipping though the left side and a little on the top, disabling “ClipDescendants” prevents scrolling because then the UI just doesn’t go away when you scroll past the frame.

image

image

You can use a UIPadding.
image
Lets say you have a stroke of 4
You can make the padding a pixel or two bigger and it won’t clip through.

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