I'm scratching my head trying to figure out how to use the new Compositional layout approach to achieve a layout like the following:
+-----------+ +--------------------------+
| section 0 | | section 2 |
|-----------| |--------------------------|
| | | |
|-----------| |--------------------------|
| | | |
|-----------| |--------------------------|
| | | |
+-----------+ |--------------------------|
| |
+-----------+ |--------------------------|
| section 1 | | |
|-----------| |--------------------------|
| | | |
|-----------| +--------------------------+
| |
|-----------| +--------------------------+
| | | section 3 |
+-----------+ |--------------------------|
| |
|--------------------------|
| |
+--------------------------+
It seems that sections can only flow top to bottom? Am I stuck using the old approach of building a custom layout manually? Or am I missing something?