Adjust ScrollFrame Size with grandchildren

I’m trying to make a settings page, I have a dropdown but the scrollframe doesn’t care about it because it’s not it’s child it’s inside another frame.

If anyone has any ideas I would really appreciate it.



Just make everything in pixels and turn on the AutomaticSize property

That didn’t work unfortunately I think I somehow need to make the canvas size bigger when opening the dropdown but I’m not sure how.

No, I mean you have to make 100% of all the UI in pixels… not just one thing. It would take more than 8 minutes to do that. The dropdown and its ancestors would need automatic size

So put everything inside the scrollframe as automatic size? Do I put as AutomaticSize Y?

After putting everything AutomaticSize XY this happens