I have a listbox that will be filled from a table that has over 2000 records. The elements in the listbox will be displayed in alphabetical order.
When I type the first character the listbox scrolls to the first element that begins with this entered character. When I type the second character the listbox scrolls to the first element that begins with this entered character.
I want to be able to select an element by typing the first character, the second character, and so on.
When I type the first character the listbox scrolls to the first element that begins with this entered character. When I type the second character the listbox scrolls to the first element that begins with this entered character.
I want to be able to select an element by typing the first character, the second character, and so on.