I'm trying to create a horizontal grid of buttons in a toolbar in the top of the screen, using 3.7.6.
I created an anchored panel to clip and contain this grid. The structure is exactly the same as the one found in example 7, except the panel is anchored.
Both panel and grid were created at 0,0,0.
What's the canonical way to make the UIGrid be drawn inside the clipping area? It's not being drawn there because the anchor in the panel changes the clipping area position and not the transform position.
The best way to achieve this was to check "Constrain to Panel" in UIGrid, but that doesn't work if I change the window size.
Thanks