zTree_v3 icon indicating copy to clipboard operation
zTree_v3 copied to clipboard

Drag and Drop Autoscroll

Open terrybr opened this issue 9 years ago • 3 comments

Is there a way to implement an option that would make the container of the tree autoscroll when dragging and dropping nodes?

terrybr avatar Apr 24 '15 15:04 terrybr

When you drag & drop the node to the border of the tree, zTree will be autoscroll. You don't need set some option.

zTree avatar Apr 30 '15 00:04 zTree

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.

coolskull avatar Jan 22 '16 06:01 coolskull

Just add a height to the tree dom, not the container of the tree.

zhanghuanchong avatar Aug 08 '21 03:08 zhanghuanchong