Has anyone seen this problem with the ListView control
where even changing the Cursor property of a ListView
control does not change the cursor when running the
application?
Also, the first time you drag an item within the LV or
Treeview control, the DoDragDrop initiates the ItemDrag
event but DOES NOT trigger the DragOver event. When you
initiate the drag-drop operation the second time, the
DragDrop starts to respond.
Please confirm that these are known BUGS of .NET
framework. I am using .NET SP2 for C# (I know the
language does not matter)
Thanks!
Atul
PS: Please email some ideas about my previous question,
how to emulate Windows Explorer like dragdrop images,
where the image is the file name(s) along with the item
icon.
Thanks!