Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nick on Mar 18, 2009 06:36
open dhtmlx forum
Tree and Scrollbar

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");


Answer posted by Alex (support) on Mar 18, 2009 07:11