WPF- Is there a way to make a TabContol ignore CTRL-Tab and still fire CTRL-TAB keybindings on the p
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-06-14T01:36:38Z
Indexed on
2010/06/14
1:42 UTC
Read the original article
Hit count: 211
I have a TabControl
in the mainwindow of my app. I also Have a keyBinding for CTRL-TAB
. However, whenever the TabControl
is selected and CTRL-TAB
is pressed the keybinding is not triggered because the TabControl
handles the input and cycles through the tabs.
Is there any way that I can fix this?
© Stack Overflow or respective owner