tags:

views:

76

answers:

1

I have a custom panel with some items. When one item has the focus and I want to navigate to the next item by pressing the right arrow, the focus jumps to the nearest item to the right. However, I want the focus to move to another item, determined by my own logic. How can I change the focus order?

A: 

Check it, this can be helpful:

viky
Unfortunately, that doesn't help. I can't see a way to persuade the FocusManager to change its behavior.
Thomas Freudenberg