Scrolling frame cuts off objects

I have a scrolling frame using UiGridLayout to order each item within the frame. However, the items on the rightmost side are being cut off to make room for the scroll bar. I understand there is a solution, by unticking ‘Clips Descendants’ but I need to utilize this property so that objects do not appear once the bar has scrolled. As well, if I do not clip descendants, each object will overlap the bar anyways.

Expected Behavior:
image

Behavior on some devices:
image

Behavior IF clips descendants wasn’t on
image

Any help is appreciated :heart:

1 Like