|
Hello, We have a mbcontainer wich has inside a kind of tree-structure ( as the windows file directories). Is there any way I can resize the mbcontainer while I´m opening folders ( notice that the container has to be growing ). What we need is a kind of auto-resize depending of the content of the container. Thank you, |
|
mb.containerPlus expose a method to change the size: $('#yourContainerID').mb_resizeTo(w,h); You can add a call at this methd on the callback of the tree expad passing as height the height of the tree container. |


