Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Data Tree not displaying Child nodes when copying (dragging) from another Tree
posted

There seems to be a problem with the XamDataTree in that it does not display Child nodes when copying (dragging) from another tree.

The child data collection is there, but unless I'm doing something wrong, the Nodes property of the Child node is not being set correctly.

I'm attaching a sample for you to review.

You can test it by dragging a Country node from one Continent node of a tree to a a Continent node of the other tree. This should copy the Country node along with its City child nodes.

Is there something that I need to do to make the Tree show the copied child nodes?

DragDropBetweenTrees.zip