I'm trying to achieve what the rectangular clipping does, but with a transparent sprite border put in front of the grid that gets scrolled.
Its not possible to do that. No matter what I do, and whatever parent I choose for the border, it always hides behind the scroll items.
And since UIPanel is needed for UIScroll, I cannot disable it either.
So is there any way I can make the scroll items hide behind something else instead of getting clipped?