Link to home
Create AccountLog in
Avatar of MevaCat
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?
Avatar of Wim_Bl
Wim_Bl
Flag of Belgium image

Hi,

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
ASKER CERTIFIED SOLUTION
Avatar of Lacutah
Lacutah
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Exactly what I meant, but a bit more clearly ;-)
I don't have any editor here, so couldn't give an example right away