Stang70Fastback
Registered User.
- Local time
- Today, 02:15
- Joined
- Dec 24, 2012
- Messages
- 132
By default, as you type into a listbox, it searches in a "starts with" fashion. Is it possible to configure a listbox to search in a "contains" manner?
For example, if the listbox contains 4 entries:
This is a test
Testing 123
Also another test
Macaroni and Cheese
And I start typing "test" into the box, I'd like for the list to display:
This is a test
Testing 123
Also another test
Currently, all that I would see is:
Testing 123
For example, if the listbox contains 4 entries:
This is a test
Testing 123
Also another test
Macaroni and Cheese
And I start typing "test" into the box, I'd like for the list to display:
This is a test
Testing 123
Also another test
Currently, all that I would see is:
Testing 123