How could I click in a control and drag (not Drag and Drop) out of it but still follow the event as
- by Jelly Amma
Hello,
I would like to allow the user to click within my UserControl and drag left/right to zoom in/out but I'd like the dragging not to be restricted to the actual control's boundaries.
What sort of event or strategy would be the right way to track the mouse position outside the control and the form until the mouse click is released ?
Thanks in advance for any help or advice.