Heya :)
No the UIGrid did not contain any UIPanels, however the structure was somewhat complex:
- UIPanel
- UIGrid (2 rows, 1 column)
- UIGrid in 1st row (1 row, 3 columns - column definitions [1, 1, 1])
- UIButton (column 1)
- UIButton (column 2)
- UIButton (column 3)
- UIGrid in 1st row (1 row, 3 columns - column definitions [1, 1, 1])
- UIGrid (2 rows, 1 column)
Sadly I can't share a minimal, reproducible example atm since a lot of the code is intertwined with custom functions and little time to extract it.