Open GoogleCodeExporter opened 9 years ago
We need to set e.Handled to prevent propagation of all MouseDown events until
we can
determine whether a drag is initiated. Once we determine that no drag was
initiated
then we need to pass the click to the control.
Original comment by gro...@gmail.com
on 7 Nov 2009 at 7:16
This can be fixed by disabling the automatic selection behavior for ListBox
(where holding left mouse and dragging changes the selection).
ListBox does not let you disable this out of the box, so it's a bit of a hack:
http://stackoverflow.com/questions/5667998/prevent-wpf-listbox-from-selecting-it
em-under-mouse-when-layout-changes
Original comment by DWick...@gmail.com
on 2 Mar 2012 at 10:28
Original issue reported on code.google.com by
gro...@gmail.com
on 7 Nov 2009 at 7:14