Change cursor when mouse over ListView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to change the default cursor when the mouse is over a ListView control.

I have tried at design and runtime ("myListView.Cursor = System.Windows.Forms.Cursors.Hand")

It does not work! Is this a bug

Thank

Jo
 
earlofjon said:
I am attempting to change the default cursor when the mouse is over a ListView control.

I have tried at design and runtime ("myListView.Cursor = System.Windows.Forms.Cursors.Hand").

It does not work! Is this a bug?

AFAIK yes -- the ListView's 'Cursor' property is broken.
 
Thanks

I am using version 1.0.3705 of the framework. Has it been rectified in a later release? If no, then any ideas of when it might be fixed

Thank

Jo

----- Herfried K. Wagner wrote: ----

earlofjon schrieb
I am attempting to change the default cursor when the mouse is over a ListView control.

AFAIK yes -- the ListView's 'Cursor' property is broken
 
Back
Top