Windows Develop Bookmark and Share   
 index > Windows Forms General > Hover selection delay - listview
 

Hover selection delay - listview

Hi

i've been doing a bit of work on the listview control and would like to use the hoverselection property to select the row, however the mouse must be over the row my a <second before it can select the row. i would like this to be must faster, anyone got any idea if it is possible to change the time it takes for the row to be selected?

Thanks
newuser321  Tuesday, October 06, 2009 1:23 PM
It is a system setting, you can see it from SystemInformation.MouseHoverTime.  Check this thread for the code you'll need to customize the behavior.

Hans Passant.
  • Marked As Answer bynewuser321 Wednesday, October 07, 2009 2:30 PM
  •  
nobugz  Tuesday, October 06, 2009 4:40 PM
It is a system setting, you can see it from SystemInformation.MouseHoverTime.  Check this thread for the code you'll need to customize the behavior.

Hans Passant.
  • Marked As Answer bynewuser321 Wednesday, October 07, 2009 2:30 PM
  •  
nobugz  Tuesday, October 06, 2009 4:40 PM
Thanks nobugz, that worked for me.
newuser321  Wednesday, October 07, 2009 2:31 PM

You can use google to search for other answers

Custom Search

More Threads

• Richtext box is changing the multiple formats of selected text to single format (bold/underline/font size) selected.
• keydown event doesnt fire if you have a webbrowser object on your form
• Bevelled tabs on TabControl
• Editable control with listview functionality
• Saving form state.
• Programmatically scrolling ToolStripContentPanel
• getting off spash screen
• Non background image on a label.
• solve
• New Features for Windows Forms Controls