
I have two nested TabStrips, inner and outer, and am wondering how to control each TabStrip independently, using the keyboard.
Currently, this is what happens (KeyboardNavigationEnabled = true for both):
If the inner TabStrip has only one tab, the outer TabStrip handles the Control+Tab. If the inner TabStrip has more than one tab, then it handles the Control+Tab, not the outer.
When the inner and outer TabStrips both have multiple tabs, I would like to be able to cycle either the inner or outer tabs, using the keyboard. Ideally, I'd be able to use a different key combination (such as Control+Alt+Tab) to control the inner TabStrip and use the Control+Tab to control the outer TabStrip.
Anyone know how to do this?
Thanks!
Currently, this is what happens (KeyboardNavigationEnabled = true for both):
If the inner TabStrip has only one tab, the outer TabStrip handles the Control+Tab. If the inner TabStrip has more than one tab, then it handles the Control+Tab, not the outer.
When the inner and outer TabStrips both have multiple tabs, I would like to be able to cycle either the inner or outer tabs, using the keyboard. Ideally, I'd be able to use a different key combination (such as Control+Alt+Tab) to control the inner TabStrip and use the Control+Tab to control the outer TabStrip.
Anyone know how to do this?
Thanks!