V
Vlad
Hi all.
Is there a way to get to the default "drag" cursor
("arrow-and-some-rectangle") during drag-and-drop? I'm doing drag-and-drop
in TreeView and need to show user that he/she cannot drop dragged item in
particular nodes. So, this part actually works great, user sees Cursors.No
while dragging over invalid node in the tree. But what if the next node is
valid for dropping? I tried Cursors.Default, it shows the system default
pointer (of course). Can I get to the default "drag" cursor back? I tried to
set the UseDefaultCursors of GiveFeedbackEventArgs to true and false with no
result.
Thanks for any kind of help!!
Is there a way to get to the default "drag" cursor
("arrow-and-some-rectangle") during drag-and-drop? I'm doing drag-and-drop
in TreeView and need to show user that he/she cannot drop dragged item in
particular nodes. So, this part actually works great, user sees Cursors.No
while dragging over invalid node in the tree. But what if the next node is
valid for dropping? I tried Cursors.Default, it shows the system default
pointer (of course). Can I get to the default "drag" cursor back? I tried to
set the UseDefaultCursors of GiveFeedbackEventArgs to true and false with no
result.
Thanks for any kind of help!!