ON KEY LABEL PGDN KEYBOARD '{DNARROW}'
ON KEY LABEL PGUP KEYBOARD '{UPARROW}'
Into combobox.lostfocus put
Code:
ON KEY LABEL PGDN
ON KEY LABEL PGUP
This might not do exactly what you want, but
1. If you use the mouse scroll wheel when the mouse points on the combo while it's still collapsed, you scroll through the items.
2. If you click on the expand down button and the list of items appears, but you keep the mouse in the combo area, you still can scroll through items.
But
3. If you move the mouse to the drop down list items are selected by mouseover and the scroll wheel has no effect.
While the dropdown list has a scrollbar you can't scroll through it with page up and page down. If your mouse driver allows you might configure what the mouse scroll wheel does and let it trigger both page and arrow keys.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.