This question is locked. New answers and comments are not allowed.
Hi
I have a requirement to collapse the parent of the node(s) being dragged. This is because some of the parent nodes contain lots of children and it is taking a long time to drag past all the children to the new destination.
Unfortunately because of the number of nodes in this tree, I've enabled IsVirtualizing but this obviously discards the children when the parent is collapsed and the drag operation never completes. I'm using the new drag drop execution mode.
Is there any way to achieve this?
Thanks
Keith
I have a requirement to collapse the parent of the node(s) being dragged. This is because some of the parent nodes contain lots of children and it is taking a long time to drag past all the children to the new destination.
Unfortunately because of the number of nodes in this tree, I've enabled IsVirtualizing but this obviously discards the children when the parent is collapsed and the drag operation never completes. I'm using the new drag drop execution mode.
Is there any way to achieve this?
Thanks
Keith