When a Listview has the focus, how can you get a hardware keyboard arrow key keypress event (up arrow/down arrow key 19 and 20)? I've read about all the issues with soft keyboard use, etc. But it would seem that since I can see the row highlight change when I press the arrow key on a hardware keyboard that an event has to happen somewhere doesn't it?
It is handy in my case to manipulate a listview with a hardware keyboard arrow keys, hence the question.
Of course, I could use other keys to manipulate the list since other keys besides arrow keys don't get consumed by the listview. But that seems counterintuitive and if someone presses the arrow key inadvertently then my row tracking gets off.
This seems like a stupid question, so I apologize if I've missed something somewhere.
It is handy in my case to manipulate a listview with a hardware keyboard arrow keys, hence the question.
Of course, I could use other keys to manipulate the list since other keys besides arrow keys don't get consumed by the listview. But that seems counterintuitive and if someone presses the arrow key inadvertently then my row tracking gets off.
This seems like a stupid question, so I apologize if I've missed something somewhere.
Last edited: