How can i put an image in corner or center of cursor while user dragging an item in ListView or other controls like that? When you dragging an image or text in Firefox; same thing occurs.
+2
A:
The most effective way I've found is to use the Adorner Layer.
This post shows how: http://blogs.msdn.com/b/marcelolr/archive/2006/03/03/showing-drag-drop-feedback-on-the-wpf-adorner-layer.aspx
codekaizen
2010-07-04 04:51:36
Thanks for answer, but it's work on canvas. I want to use it on ListView.
Jalal Amini
2010-07-04 09:15:14
It works on any UIElement. Including ListView.
codekaizen
2010-07-04 09:17:16
Yes it will work anywhere.
keyle
2010-07-04 10:52:56