This example is based on the Explorer module contained within the TreeListMainDemo sample project. It illustrates how to implement the Drag and Drop functionality in TreeList, which will also allow the moving of actual folders and files. To implement such Drag and Drop functionality, handle CalcNodeDragImageIndex to customize an image to be dragged and the DragDrop event to implement custom drag logic, as well as the logic of moving files and folders.
Question Comments
Added By: Christian King 1 at: 10/15/2014 10:07:36 AM
Do you have a version of this example done in ASP.net instead of WinForms?