Hello,
I am evaluating your tree in Firefox and Fedora 10.
Your demos are working well.
In my tests the scrollbar (which I understand should be automatic) does not appear.
However, everything else works very well.
Is there any declaration which I should be aware of ?
Below is the code I am using for testing.
Many thanks,
Nick
-------------------------------------------------------------------------------------
aTree=new dhtmlXTreeObject(“idTree”,“100%”,“100%”,0);
aTree.setImagePath(“sources/imgs/csh_winstyle/”);
aTree.enableTreeLines(true);
aTree.enableTreeImages(false);
aTree.enableHighlighting(true);
aTree.loadXML(“samples/appearance/tree.xml”);