ScrollingFrame doesn't scroll once parented to ImageLabel

I tried searching in the DevForum, but nothing came up so I assume it’s a recent bug or I’m doing something wrong lol?

Basically, once I parent a ScrollingFrame to an ImageLabel or Frame, I can no longer scroll. The scrollbar just disappears. I tried checking the proprieties, but there seems to be nothing wrong with those.
You can see here that once parented to the frame, the scrollbar disappears.
Here are the proprieties of the ScrollingFrame and the ImageLabel’s proprieties.
Lastly, a picture of the explorer:
image

Thank you to anyone who is able to help. :slight_smile:

2 Likes

Instead of using Roundify, try using Reclass as it takes account into default and existing properties, including children and properties. As you can see in the ScrollingFrames properties, CanvasSize has scale lower than 1 (which means it won’t scroll, i.e., the canvas size is smaller than minimum scrolling length).

I only assumed you used roundify becuase of the image label named Roundify

2 Likes

Instead of using Roundify, Roblox has a new default constraint called UI Corner. You can insert this into the scroll frame to give it a round effect.

And if this Roundify image is not for the scroll frame, try placing the scroll frame within another frame.

Best of luck!

4 Likes

Thank you so much @RaiderHater10345 and @VegetationBush! Helped me a lot. :slight_smile:

1 Like

No problem! Glad I could be of service.

Woah… just decided to take a scroll through the dev forum and read this comment. UI Corner?!!

YES! No need to use Roundify anymore, didn’t even know UICorner existed!

2 Likes

Been out for only about two or three months now, but it is so amazing! No more weird bugs with Roundified UI. Just nice and clean cut looking buttons that function like any other normal button.

1 Like