Dynamically I can create the layout tree by
1. Create a new panel and dock it to SPACE zone
2. Create a new panel - undocked
3. Take the new panel and drag and dock it to the haDocsRight part of the first panel
4. This creates a tree of <Horizontal> with 2 x <TAB> children zones, and each <TAB> containing a single child of the created panels respectively
I now want to recreate this tree structure programatically
1. I can create the first <Tab> zone by docking the created panel to the SPACE zone
2. I cannot get the original <TAB> zone to split into 2 x <TAB> zones under a <Horizontal> Zone using the DockControl Function with a new panel
How can I programatically create the tree structure that was created dynamically
Comments