Hello
It took me a while to respond, I've had too much work!!
Well, it has improved a lot with just those recommendations!!
@DaveTheCoder said:
You may want to use a GridContainer with two columns as the outer container.
I didn't use the GridContainer because (this was just a sample) in the real project there will be 3 columns, each with a Label as header and I don't know if it will be more complex with the GridContainer, I'll try it.
@Zelta said:
set panel 'min size' the same that 'size'
This was the solution so that the panels did not overlap.
@Megalomaniak said:
For that first example, I'd give Label1
also a HBox
parent and then also a control
node as a sibling to fill the space of the second column.
I've tried this, but didn't get a significant change.
Thank you very much!!