S
Stephan Steiner
Hi
If you have multiple items in a listbox, click into the listbox, then type
for instante the letter "p", the first item whose text property starts with
"p" will be selected. Pressing "p" again will jump to the next item starting
with "p", etc.
In Windows explorer, you can type multiple letters after each other, and if
you're fast enough, they'll be taken as a search term together. For instance
pressing "p" then "e" then "a" would lead to the first folder/file whose
name starts with "pea" being selected.
Is there any way to achieve this functionality in a Listbox as well?
Regards
Stephan Steiner
If you have multiple items in a listbox, click into the listbox, then type
for instante the letter "p", the first item whose text property starts with
"p" will be selected. Pressing "p" again will jump to the next item starting
with "p", etc.
In Windows explorer, you can type multiple letters after each other, and if
you're fast enough, they'll be taken as a search term together. For instance
pressing "p" then "e" then "a" would lead to the first folder/file whose
name starts with "pea" being selected.
Is there any way to achieve this functionality in a Listbox as well?
Regards
Stephan Steiner