Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
Dragging recordselector
posted

Hello,

i want to implement drag and drop on the record selector but mouse move is not fired when mouse button is down. See attached example.

kmb

20130308 Kmb To Ig - CanNotDragLine.zip
Parents
  • 22015
    posted

    Hello KarlMichael,

     Thank you for your post. I have been looking into the sample you have sent. After some research I have made for you I can suggest to handle the PreviewMouseDown event instead of PreviewMouseMove event. The event fires and you can perform the drag/drop operations you want there. I have modified your sample with this functionality for you.

    Please find the modified sample and feel free to let me know if you have any further questions on the matter.

    XamDataGridPrevieMouseDown.zip
Reply Children