Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
TabControl: How to use control-pageup/pagedown to switch tabs instead of ctrl-tab?
posted

Is there a way I enable users to switch tabs in a tab control using control-pageup/pagedown (as in Chrome), so I can free up control-tab for use in the body of the tab?  Do I have to write a previewKeyDown or something, switch tabs programmatically and set event.Handled = true?  In that case, how do I stop xamTabControl from interfering with the ctrl-tab keypress?

Thanks.

John.

Parents Reply Children