Mads Laumann found out that the TreeViewDragDropTarget doesn’t have an “EnableDragDrop=true/false” property and decided to show you how to enable / disable the drag’n’drop mechanism.
I’m recently worked on a project where I needed this property. At least I needed to be able to toggle drag’n’drop on and off depending on some conditions in the application. So here is how I did it.