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

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;}