Packed and unpacked grids

When you resize a window, the content will either grow with the window or be packed in the top left position. The window content is packed horizontally, vertically or in both directions, if nothing can grow in that direction.

The following widgets can grow horizontally:

The following widgets can grow vertically:

In general, a GRID container can grow if any object inside the GRID can grow. The exception to this rule: If there is only one GROUP container (defined without the GRIDCHILDRENINPARENT attribute) inside a GRID and nothing else, the grid can grow.

This exception allows better rendering of a grouped grid.


Packed grid screenshot

Figure 1. Packed grid


Unpacked grid screenshot

Figure 2. Unpacked grid