Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by julien pellet on Aug 28, 2008 07:20
open dhtmlx forum
scrollbar on left

scrollbar on left :

Hello,

i'm trying to set an additional scrollbar on the left of the tree (for some reason of ergonomy) on the pro version 1.6.
But the construction of the tree into divs makes this work harder.

Is there a simple way to set the scroll on the left of the tree?


Thanks.
Julien
Answer posted by Support on Aug 28, 2008 07:52

dhtmlxTree uses native scrollbar, so it not possible to change its position without serious code modification. 
You can create additional scrollable area in any custom way, and just sync the scroll states as 

custom.onscroll=function(){
     tree.allTree.scrollTop=node.scrollTop;
}