Container div of dhtmltree has no scroll

I put a dhtmltree in a div and set the overflow property with “auto”.However,after loading xml data and expand all the nodes,there is no scroll bar in the div.In fact,the tree has been wider than the div.What is the reason? How can I do?


var tree = new dhtmlXTreeObject(“treeBox”, “100%”, “100%”, 0);

Yes, you’ve got a right approach :wink:
var tree = new dhtmlXTreeObject(“treeBox”, “100%”, “100%”, 0);