Hey,
I have a UIGrid component in my scene, but I have a hard time positioning it. It does not have an UIWidget, and therefore can't be properly positioned relative to the parent widget like all other widgets can. I can't attach an UIWidget through the menu's either, so I assume I am not supposed to.
When I add widgets to the UIGrid, they are centered in the parent grid because the UIGrid object is positioned at [0,0]. I want to be able to use the anchors to, for example, position the content of the grid on top of the parent widget.
Is this possible? Thanks!