M
mat
Hello!
Okay, I have a ListView (contained inside a USerControl) on a form
with an accept button. However, I want something to happen when the
User hits Enter/Return with focus on the ListView. Problem is this
doesn't work when an accept button is set for the form.
The TextBox has a AcceptsReturn property but Listviews do not. Does
anyone know
how I can acheive similer functionality.
Catching the KeyDown in a subclassed Listview does not work.
Neither does OnKeyDown...
any ideas would be gratefully recieved
thanks,
mat
Okay, I have a ListView (contained inside a USerControl) on a form
with an accept button. However, I want something to happen when the
User hits Enter/Return with focus on the ListView. Problem is this
doesn't work when an accept button is set for the form.
The TextBox has a AcceptsReturn property but Listviews do not. Does
anyone know
how I can acheive similer functionality.
Catching the KeyDown in a subclassed Listview does not work.
Neither does OnKeyDown...
any ideas would be gratefully recieved
thanks,
mat