I'm calling at the sub-layouts' layout() methods when I create the hierarchy, and it seems to be working correctly.
I looked through the code a bit and I suspect the layout's item[] array is immutable once the layout is created, correct?
It would be nice to have an addItem() and removeItem() method so layouts could be used with dynamic content. For
now I can work around things by toggling the visibility of the select widgets.
- Ed