HiAfter 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.
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