Is it possible to have a Scroll Box of other widgets?

Hi,

I was wondering how a Scroll Box can be used to contain a collection of a Widget Blueprint. I would like to make like a scrollable list of items with its pictures, name and description for each item to be interacted with, similar to that you would find in online shops such as Amazon when you look for a product. Any help would be very much appreciated.

Actually I have the same task as you for the following week, I will be updating my progress but think it is not going to be easy.

Awesome! I have actually been playing around in the editor for a while and it turns out you could do this by selecting the User Created section of the palette. This would mean having to create these design of the pictures, and description in a separate widget and have dropped inside the ScrollBox.

Hope this might help with your task :smiley:

After playing around in the editor, it turns out there is the palette option of “User Created” at the very end:

130434-palette.png

You first have to create the layout of the items you would fill inside the ScrollBox or some other widget in a separate Widget Blueprint. After that, all you have to do next is just drag and drop the created widget to you Designer Panel and work with it as you would a normal widget

Hope this helps~