Drag&Drop trouble in ListView Control
I need to drag&drop items in the same listview control and view item details using doubleclick (a new form with properties is created). But it doesn't work together (or drag&drop or double click). If I delete mousemove handler (for drag&drop) doubleclick works. Can anybody help me with this bug?