![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | how to turn off arrow key tabbing? hi, i guess this is a new behaviour of WPF, the user can switch between controls with the arrow keys, former win apps could only achieve this via tab (to my knowledge). how can i turn it off? it's getting in the way of my window_keydown hotkeys. i want to move selected objects in a viewport with the arrow keys, not switch focus to different control. to put it another way, my arrow keys are not working the way i want to because a textbox automatically captures the arrow keys and locks the cursor inside. i tried the following properties on the window to no avail: KeyboardNavigation.ControlTabNavigation="None" KeyboardNavigation.DirectionalNavigation="None" any ideas? mucho thanks in advance. tim |
My System Specs![]() |
| | #2 (permalink) |
| | Re: how to turn off arrow key tabbing? one way i found to work around this was to set e.Handled = true in the KeyDown event handler. however i would still be interested to know if it is possible to prevent the arrow keys switching focus between controls. tim "Tim_Mackey" <timmer3@gmail.com> wrote in message news:1171987009.917672.3340@m58g2000cwm.googlegroups.com... > hi, > i guess this is a new behaviour of WPF, the user can switch between > controls with the arrow keys, former win apps could only achieve this > via tab (to my knowledge). > > how can i turn it off? it's getting in the way of my window_keydown > hotkeys. i want to move selected objects in a viewport with the arrow > keys, not switch focus to different control. to put it another way, > my arrow keys are not working the way i want to because a textbox > automatically captures the arrow keys and locks the cursor inside. > > i tried the following properties on the window to no avail: > > KeyboardNavigation.ControlTabNavigation="None" > KeyboardNavigation.DirectionalNavigation="None" > > any ideas? mucho thanks in advance. > tim > |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Setting up IE 7 Tabbing | Vista installation & setup | |||
| Tab key stops tabbing | Vista General | |||
| IE7 and Tabbing vs New Window | Vista General | |||
| Tabbing problem | Vista General | |||
| new tabbing? | Vista General | |||