widget UI

Hello is there a better to generate child widgets from parent widgets instead of say using a scroll box ?

Unclear. You may need to rephrase the question.

Hi sorry just to better clarify my question , is there a better way to display child widgets from parent widgets instead of using a scroll box?

What do you mean by better? There are numerous panels that can be used for organisation, the Scroll Box is just one of them:

image

All of them :point_up_2: can have many children. On top of that, we have lists:

image

The List View is a Scroll Box on steroids, for example; with underlying object handling data instead and automagical widget lifecycle handling. And then there’s the canvas, and named slots, and expandable areas… pick your poison!


  • what are we trying to display, precisely?
  • in what way is the venerable Scroll Box underperforming? :innocent:

Thanks for your reply, I think the tile view that you mentioned maybe what I’m after. I was trying out a scroll box earlier but it wasn’t given me the desired affect which was having a child widget expand left accordion style from the parent widget after opening a Menu. I’m currently using animation track’s for the parent widget to slide into view once you hit a key binding.