single-click delay on listview

  • Thread starter Thread starter qmmadison
  • Start date Start date
Q

qmmadison

question, in VB.net I've setup a listview. Works great.

BUT, I'd like to provide the users with singl-click
capabilities. I realize I can do it with this line...

lvw.Activation = ItemActivation.OneClick

but when I run the form, there is this REALLY annoying
1/2 second-or-so delay before the users gets the response.

When "standard" or "double-click" ItemActivation are
used, this isn't a problem.

Oh, one more question... Is there a way to allow the user
to click anywhere in the row rather than just the first
column?

thanks for your help

qm.
 
Oh, one more question... Is there a way to allow the user
to click anywhere in the row rather than just the first
column?

Set the FullRowSelect property to true

/claes
 
Thanks Claes, I saw that just after I sent the message.

I still would like some advice on the delay.

Thanks...

qm.
 
thanks... I saw that option shortly after I sent the e-mail. Not sure
what I was thinking. I'll chalk it up to stress!

Still would like to iron out the delay issues, any suggestions would be
appreciated.
 
Back
Top