Hello,
we use WinForms-Controls in our application and want to drop a WPF-Control to it (Listview or Panel).
But we don´t get the Drop-Event to it. :-(
In WinForms the DragEventArgs are in the namespace "System.Windows.Forms" and in WPF it is only "System.Windows", maybe this is the problem!?
Another problem: When we use a non-Telerik-form we can handle the Drop-Event but we can´t access the data from e.Data.GetData(...
It´s always null. Is there a way to control the data which is used for Drag&Drop?