Telerik UI for Windows Forms
RadListViewDrag and Drop from another control
RadListView supports drag and drop functionality from another control, such as dragging and dropping items from a Microsoft ListBox.
Combining RadDragDropService and OLE Drag and Drop
This article demonstrates a sample approach how to achieve drag and drop functionality between RadListView and RadListControl. For this purpose, we will use a combination between the RadDragDropService, supported by the RadListView control, and the OLE drag and drop, which is supported by all controls from the Telerik UI for WinForms suite.