How to use maximum space available with qooxdoo

1.6k Views Asked by At

Hi I'm using qooxdoo all the way in my app. And i want to now, what do i need to do to have a widget using the maximum space available.

The thing i want is to have a widget on the left side. This one should thake just enought space to be normal. And a second widget wich will grow enought to consume all the remaining space on the right side.

2

There are 2 best solutions below

0
On BEST ANSWER

If your follow this link http://qooxdoo.678.n2.nabble.com/qx-ui-root-td5886017.html you'll have your answer

0
On

You can just rely on qooxdoo's layouting system to do the resizing for you.

The edge and flex layout properties are what make the magic happen.