C cstangor Member Licensed User Longtime User Jun 7, 2014 #1 So the listview focus changes when the mouse is clicked on the item. But the various listview items are highlighted after up/down keystrokes. Is there a way to get the focus change after the keystrokes rather than only after the mouse click? Thanks in advance.
So the listview focus changes when the mouse is clicked on the item. But the various listview items are highlighted after up/down keystrokes. Is there a way to get the focus change after the keystrokes rather than only after the mouse click? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Jun 8, 2014 #2 Not sure that I understand the question. The SelectedIndexChanged event is raised when you press on the up/down keys. Upvote 0
Not sure that I understand the question. The SelectedIndexChanged event is raised when you press on the up/down keys.