I have a page with some Groups. In the groups I placed some labels with different text.
I want all the groups to have the same size. How can I do it? (I tried the setSize function but it did not work for me).
I have a page with some Group s. In the groups I placed some
Share
The following code does what you want. The trick consists of two parts:
Shell) uses aGridLayoutwhere each column has the same widthGridDatato tell eachGroupto take up the whole height of the parent (theShell).Here are two screenshots:
Smallest size:
When increasing the window size: