
Hello,
I have implemented drag and drop with the PasteDragDrop event. How can I manage that the text is not selected after dropping it? In WinForms there is a Property called DragDropTextReselectEnabled that handles this behavior, but I cannot find it in WPF.
All the best
Sören