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:
Behavior on some devices:
Behavior IF clips descendants wasn’t on
Any help is appreciated