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.