I am trying to find a good example with source code that demonstrates how to use the drag and drop functionality with a layout control for Winforms. I would like to use a list or tree of items that when dragged and dropped on a layout control they create a new row with simply a name and a button for custom properties. I also want to be able to move the items in the layout controls in order to change the order.
This should behave in a similar manner to the Drag Drop example within the Demo Centre. Unfortunately I haven't found the source code for that example or an explanation as to how it works in the documentation. Could someone point out where I can find more information on this subject?
Thanks