Open GoogleCodeExporter opened 8 years ago
The problem is with MouseEventArgs.GetPosition being relative coordinates. To
fix, calculate the position relative to the event sender:
e.GetPosition(sender as IInputElement);
Change this in both DragInfo..ctor and DragDrop.PreviewMouseMove.
Original comment by DWick...@gmail.com
on 26 Aug 2010 at 9:18
Original issue reported on code.google.com by
jdan.iva...@chello.at
on 18 Jun 2010 at 7:06