This is a migrated thread and some comments may be shown as answers.

Drag Drop from Explorer

1 Answer 169 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Jerome
Top achievements
Rank 1
Jerome asked on 05 Jul 2013, 05:01 PM
Hi. Trying to figure out the best way to have a RadListBox which supports internal reordering, and dragging in from an external source (files from Explorer). I'm a bit confused by the available parts: ListBoxDragDropBehavior, DragDropManager, DataConverter and the various events directly on RadListBox.

What SHOULD I do?

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 10 Jul 2013, 12:41 PM
Hello Jerome,
  • DragDropManager is directly responsible for the DnD operation.
  • ListBoxDragDropBehavior is a behavior which helps DnD operations in RadListBox control itself.
  • DataConverter is used for converting the data between the original and destination source and vice versa.

More information about DnD feature for RadListBox control can be found in the our online documentation here - http://www.telerik.com/help/wpf/radlistbox-features-dragdrop.html

Moreover, you can refer to the attached project that demonstrates how to use DnD from external source (file system) into the RadListBox control.

Hope this helps.

Regards,

George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ListBox
Asked by
Jerome
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or