I am using a text box and a listview control on a form. The user selects an item from the listview to edit, this populates the text box with the text that can be edited. As soon as the user selects an item, the focus shifts to the text box so that the user can easily edit the text. I can get the up/down arrow keys in the listview to work but only after the user edits the text in the textbox and then hits Enter. The down arrow key also works if you just hold it down, but the up arrow key doesn't work unless you hit enter from the text box. Can I make the up/down arrow keys functional from the text box? For example, I select an item in the listview, the focus shifts to the textbox, I make the text change and then, instead of pressing Enter, I press the down arrow key to move to the next item.
Start Free Trial