0

How to cycle between controls with arrow keys.

I want the same effect as I get with Tab key.

Is it even possible?

Gapipro
  • 1,913
  • 2
  • 22
  • 34

1 Answers1

1

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.

webKite
  • 285
  • 3
  • 15