ScrollingFrame issue

I have a ScrollingFrame that uses a UIGridLayout with ImageButtons & under the ImageButtons there’s a TextLabel that I use to price each item.

The ScrollingFrame automatically changes the CanvasSize automatically on the XY

The main issue is that seeing as there’s a TextLabel under the ImageButton at the position {0.5, 0},{1.12, 0}, when you scroll down the TextLabel get’s hidden,

I’m trying to figure out a proper solution to this any feedback is helpful.

As you can see in the screenshot, when you scroll down the price isn’t visible anymore.

https://gyazo.com/a58fa4f3f551dbd09830b65e405b86ab

This might cause some other problems but you can try using offset and scale of the ScrollingFrames’s CanvasSize, keep in mind you’re gonna have to change the offsetSize of the UIGridLayout also.