How to show scrollbar in cell with a tree

I’m new to dhtmlx and cannot figure out the following:
I have a default layout (4H).
In the first cell i’ve attached a Tree. dhxTree = dhxLayout.cells(“a”).attachTree();
So far so good.
But when I expand the tree, the cell does not show scrollbars when the tree does not fit in the cell anymore.
Does anyone how to do that?
Thanks in advance!

But when I expand the tree, the cell does not show scrollbars when the tree does not fit in the cell anymore.

Locally we haven’t recreated the issue. Try to use the latest dhtmlxcontainer.js (it’s attached)
dhtmlxcontainer.zip (5.95 KB)

It works! Great! :slight_smile: