Drag-drop between ListBox and TreeView
You can use DragDropManager to implement drag/drop between TreeView and ListBox. You can see how to do this in the How to implement drag and drop between treeview and listbox article. Full implementation of Drag and Drop between ListBox and TreeView is available in the Tree to Grid Drag WPF demo.