how do you print all widgets of a panel including spacers?

Hi, i have a variable called App Box which contains a uniform grid panel. Inside are a bunch of widgets separated by spacer widgets.

When i get all children and loop through, the print out only gives me the widgets in the panel and not including the spacers. Is there a way to do this?

Get the widget that hosts the spacers (the grid itself?) and get its children.

  • if we had:

image

  • then we’d need to:

Completely untested but should work and give you every child of every grid.

1 Like

thanks for your help mate.

1 Like