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
1640
drop target does not respond mouse hover events
posted

Hi
After I transit my controls into a drop target under the drag/drop framework, it lose all responding effects (like mouse hover) while being dragged over. Can I do something to restore that?
Thank you.

  • 34510
    Verified Answer
    Offline posted

    Hi anakincn,

    The reason the responding effects are lost is because the drag/drop framework is capturing the mouse in the DragSource.  This means other controls will not receive mouse events even if the mouse is over them.  There's nothing you can really do about this since it's a behavior of the WPF framework.  We would have to change the way we handle mouse actions in the drag/drop framework in order to make this possible.  You can submit this as a product idea for the drag/drop framework here: http://ideas.infragistics.com