scrollable uniform grid panel

hey, i dynamically create buttons in a uniform grid box. how do i add a scrollable behavior when the number of buttons dont fit in anymore?
i tried to make the uniform grid panel a child of scrollbox but that doesnt work somehow.

thanks in advance!

It should work. Wrap UniGrid with ScrollBox and ensure the SizeToContent (scrollbox) is unticked:

Untitled.png

1 Like

thank you very much. the auto size was the problem :slight_smile:

Super late bump but you can use this setup with a Size Box around the Scroll Box. Size To Content is true. Set the dimensions using the Child Layout settings.

1 Like