
Hi,
when using the TreeListBoxItemAdapter allowing drag an drop of tree items, we are no longer able to handle file drag drop. The drop events of the TreeListBox are never raised, instead the drop event of the TreeListBoxItemAdapter is raised but we cannot handle the file drag drop there as its too specific. Is there a way we raise the treelistbox drop event within the drop event of the treelistboxitemadapter?