I have a Listbox with about 1000 items...
1. Is there a way to add "search" capability to the listbox (something similar to selection_list)?
2. Can I retrieve the text (or string) of the selected item instead of the index?
I have a Listbox with about 1000 items...
1. Is there a way to add "search" capability to the listbox (something similar to selection_list)?
2. Can I retrieve the text (or string) of the selected item instead of the index?
Nice... thanksNot exactly, but you could use the index to find the text. The text will be the string in the list that corresponds to the index.