Custom layout

Below is the code for a custom layout. The layout is fine. But, I am finding a couple problems. First, cell f doesn’t expand fully and any vertical resizing results in a jump to the size of the abutting cell. Also, cells d and e collapse properly when cell is collapsed, but doesn’t return the original dimensions. Can the layout control be used to construct this layout?



“6J”: ‘’,



“6J_hor”: new Array(“a”, “b;c;d;e”, “f”),

“6J_ver”: new Array(“a;b;f”, “a;c;f”, “a;d”, “a;e”),

Could you please attach a picture for this pattern?


Attached is the layout.  I identified three zones.  Zone 1 should horizontal collapse and expand zone 2 and 3, center column.  The problem I run into is zone 3 rows expand, but return to width of center column of (zone 2 left rows).  Zone 2 should vertical collapse the left two rows and leave right column as is.  Zone 3 should vertical collapse and and leave the other two zones alone.   Another problem I encountered is any resizing on seperator between zone 2 and zone 3 results in zone 2’s right column jumping to the vertical size of the zone 2’s left column rows. 



Thanks, Dan



 



 



Requested layout can’t be created using single pattern. You should use nested layout’s. For example: 4C* + 3J in cell “b”
*4C - new pattern, see attachment for details.

dhxlayout-4c-pattern.txt (646 Bytes)