Hello,
If the listview control is populated with items, and user preses for example key "r", the list view control scrolls to the first object in the listview control whose text starts with letter "r", that's the default behaviour. How can I emulate this behaviour, by pressing a button on the form.
Thank you.