|
using Visual Studio 2005.
The OnMouseUp-Method or the MouseUp-Event is fired correctly, when the mouse cursor is within the area of the ListView-Control. But when I hold the mouse button and then loose the button outside the control it is not fired. Then when I move inside the control again with the cursor suddenly it is fired.
Other controls like the listbox or the datagridview does not have such a strange behaviour.
Is there a workaround? Ok, it would be no problem to prevent from the MouseUp event when I move into the control range again (with MouseEnter and MouseLeave). But that is not my problem. I need the MouseUp-Event to the right time even when the mouse is out of the control area.
Thanks in advance!
|