Custom scrolling / iteration?

Hi, I’m working on a custom backpack for my game - However, I’m only working on the visuals at the moment.

Expermimenting with GUIs and GridLayout I put this together. However - I’m not a fan of the placement of the scroll bar at all. It looks ugly and unsymmetrical. Does anyone know a work around for this?

You could just choose to not have a scrollbar, but then you need another way of making it obvious to players that they can actually scroll (either with scroll wheel or touch-drag inside the ScrollingFrame). Or you could hide it when the inventory isn’t so full that it’s necessary to scroll to see everything.