Hi,
I'm trying to use arrow keys to navigate a scroll view, and it works fine, what I do is that I send a click message to the button on my left, or right, of whichever button I have currently selected, the issue is that when I use mouse scroll, and then the arrows, the button the arrows "choose" executes it's code, but the selection is left on the one the scroll chose.
I really can't tell what I'm missing. Any suggestions on how to achieve this?
Thanks.