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

Limit drop target

0 Answers 46 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Wenrong
Top achievements
Rank 1
Wenrong asked on 05 Jun 2012, 09:28 AM
I have implemented a basic drag-n-drop using Telerik's new DragDropManager, pretty much the same as instructed here http://www.telerik.com/help/wpf/dragdropmanager-getting-started.html except that I am using ListView instead of ListBox.

Although it works, but I need help on the following two things:
  1. How to I limit the drag-n-drop so that it can only happen between the two listviews? i.e. disallow dropping to the same listview as the drag source.
  2. How to change cursor based on the above criteria? I try to monitor OnGiveFeedback(), but the sender is always the drag source...

No answers yet. Maybe you can help?

Tags
DragAndDrop
Asked by
Wenrong
Top achievements
Rank 1
Share this question
or