Stack Box

Trying to make a set of buttons for choosing a widget index for a widget switcher (Tabs)

I used a Stack Box to contain the buttons, thinking they would revert to another “line” when they overextend the width of the Stack Box.

Am I setting something up incorrectly, or is that not what a stack box does? From what I an tell, the stack box is no different than a vertical or horizontal box other than you can select which direction instead of using a seerate widget.

To get the behavior I am looking for, am I going to nee to setup extensive custom scripting to determine the desired width of a panel widget, the buttons etc, and dynamically create new panel widgets to contain the next set of buttons on the next line?

Or is there another way to achieve this affect?

Wrap Box does what I was looking for…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.