DaveTran 3 Junior Poster

If anyone has used Unity 3D (http://unity3d.com/) then they will know that on the right hand side there is a tree view control that allows the user to click on a node and drag it into the environment to create an object.

Is there a control in Winforms that allows for the same thing?

- A tree view of nodes
- A node can be clicked and then dragged elsewhere in the form

In other words a 'treeView' control that allows mouse drag n drop.