Hello I have a listview that I can select items on, I want to do something when user presses enter key on the keyboard. How do I go about this?
What I want is to let user navigate listView elements via keyboard up and down keys then when the user presses enter key while an item is selected I want to do something with the data bound to that element.