- create table
- create 3 objects to pack in table (A, B, C)
- pack A: 0,0 1x1
- pack B: 1, 0 1x2
- pack C: 0, 1 2x1
- set EXPAND+FILL on A
- set min+max hints on B: 0x100
- set min+max hints on C: 100x0
now if table is resized to 200x200, A will be sized at 200x200 despite adjacent cells which should restrict the rows+columns such that A can only be 100x100