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.
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.