Drag parent with children nodes

Hello,

Is it possible to make it so when i drag a parent node all the child nodes move with it? Currently if i want to do such a thing i have to select all children nodes and move everything together. Sometimes i have to select nearly 100 elements so it’s kinda absurd. I am using JavaScript.

Thanks in advance,
Vladimir

For example see the initialization of the Diagram in: Incremental Tree

“draggingTool.dragsTree”: true,

so helpful, thanks again Walter!!