1 Attachment(s)
New selector control. Combines auto combom and list functionality.
Here is a usercontrol I wrote.
This is used to replace listboxes and/or combo boxes.
Some functionality:
- No need to load data to show default item, only load list when needed.
- "auto complete" functionality when control looses focus.
- Filters list on what you have typed.
- See full or filtered list.
- Change caption and icons of list form.
- Search through large list functionality.
This control ios in it's 1st stages, as I knocked it up dead quick.
Other functionality and comments would be greatly appreciated.
Woka