I cannot place multiple text widgets on the screen.The first text widget that I placed is automatically relocated to the top-left corner and not allowing me to relocate it.
Some containers, like the Border, for example, can only have 1 child. Other containers, like the Vertical/Horizontal Box are happy to accept multiple children.
Have a look at their tooltips for more details:
If you want arbitrary position on the screen, use Canvas as the container.
You’re probably missing a Canvas panel to place the text on
1 Like
I have the same problem I go to try and drop the text widget in the center and it moves it to the top left but when I try to add another one it wont let me please I’d love to hear how to fix this pesky problem