Accordion enableMultiMode status not auto width

Accordion enableMultiMode status not auto width
bug.rar (17 KB)

can you provide a completed demo that reproduces the problem ?

demo in rar
you can test
demo.rar (72.9 KB)

You do not use attachAccordion. Therefore, accordions are not resized automatically. Try the following:

dhxLayout.attachEvent(“onPanelResizeFinish”,function(){
var w = dhxLayout.cells(“b”).getFrame().contentWindow;
w.dhxA1.setSizes();
w.dhxA3.setSizes();
})

can you provide a completed demo that reproduces the problem ?
3 Q (Thank you).

Thank you ready for the