How to cycle between controls with arrow keys.
I want the same effect as I get with Tab key.
Is it even possible?
Define order you want then handle ArrowKeys and change focus while pressing arrow keys according to your defined order.
I guess i should work that way.