Search code examples
c#wpfimagedrag-and-drop

Display image while dragging


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.


Solution

  • The most effective way I've found is to use the Adorner Layer.

    This post shows how: Link