When you are dragging, the mouse cursor changes to a "grabby" hand. I want to change my cursor on some of my draggable elements on MouseOver so that it looks like it is draggable. How can I achieve this - it doesn't look like a standard cursor choice.
thanks,
-greg
Hello Greg,
I was looking through the Drag and Drop Framework help, and I think that the cursor customization there happens only during the drag and drop operation, not before.
Instead, you can set the Cursor property on your draggable elements.
How to change the mouse cursor
Elizabeth AlbertLocalization Engineer
Hi Elizabeth,
Thank you for your response. So.. Which of the standard cursors are you using? I'm not seeing it as an option in the Cursors enumeration.