MevaCat
asked on
How to customize a VB DROPDOWNLIST
I have a number of options showing in a DropDownLIst. How can I "scroll" through the list using the UP/DOWN ARROW keys once the focus has been set?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Exactly what I meant, but a bit more clearly ;-)
I don't have any editor here, so couldn't give an example right away
I don't have any editor here, so couldn't give an example right away
If it is not yet built in into the dropdownlist, try trapping the onKeyDown() event on this box, then progammatically move the currently selected row.
greetings