Hello,
I have TextBox and ListBox with bunch of elements.
TextBox has KeyDown event handler, the idea behind this is to allow user to press up and down keys to scroll inside ListBox while focus is on TextBox.
When user presses "down key" several times, selected element becomes last visible element on screen. If user has reached bottom of visible list element on screen, I want him to see next element after selected element as well.
Please have a look at this 2 screenshots:
Current: http://dl.getdropbox.com/u/204110/current.PNG
Goal: http://dl.getdropbox.com/u/204110/goal.PNG
Thank You