Page 1 of 1

Key input support for listbox

Posted: Wed Feb 24, 2010 02:03
by hermit purple
I found that if I attach a keyDown callback to a ItemListbox and in the callback increment the selected index of the list. This will highlight the next item and then the next. However, if the selection goes out of the box, the list doesn't scroll, and in effect you don't see what you're selecting anymore. It seems that the only way to scroll the list is by a mouse.

Is there a way to implement key input so that it will scroll the list?

Re: Key input support for listbox

Posted: Wed Feb 24, 2010 11:29
by CrazyEddie