Hello dear community,
I have a simple problem. In my UI I use a ListBox. This ListBox contains more than 100 elements. The content ist sorted.
Now I want to select one entry. To find the right one, I start typing the word. But the ListBox only jumps to right wordsection by typing the first character. For example I type 'c' the first word wich starts with a 'c' ist selected. Now I type 'o' but the selction doesn't jump to the first word that starts with 'co' it jumps to the first word with a starting 'o'.
How can I change that behavior?
I don't want to introduce a TextBox where the user can search.
Thanks a lot
I have a simple problem. In my UI I use a ListBox. This ListBox contains more than 100 elements. The content ist sorted.
Now I want to select one entry. To find the right one, I start typing the word. But the ListBox only jumps to right wordsection by typing the first character. For example I type 'c' the first word wich starts with a 'c' ist selected. Now I type 'o' but the selction doesn't jump to the first word that starts with 'co' it jumps to the first word with a starting 'o'.
How can I change that behavior?
I don't want to introduce a TextBox where the user can search.
Thanks a lot