zTree_v3
zTree_v3 copied to clipboard
Drag and Drop Autoscroll
Is there a way to implement an option that would make the container of the tree autoscroll when dragging and dropping nodes?
When you drag & drop the node to the border of the tree, zTree will be autoscroll. You don't need set some option.
Same problem @terrybr I put the tree into a div which css is "autoflow:auto". When I drag the node to the bottom border of the tree, it can't autoscroll.
Just add a height to the tree dom, not the container of the tree.