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
469
Dragdrop with right mouse button in UltraWinGrid
posted

Hi,
 
I am trying to provide drag&drop from a grid that mimics windows explorer style. So left click drop would perform the default action (move) and right click drop would show a context menu with a few options to the user (copy, move, create shortcut, etc.).
 
It seems that the SelectionDrag event only catches the left (primary) button drag, is there a way to allow right button drag?

From the documentation: "This event is generated when the user holds the primary mouse button down over a selected object for a short duration before actually moving the mouse pointer."
 
Thanks
Javier