Questions tagged [keyboard-navigation]
126 questions
0
votes
2 answers
Can I get cursor keypress events for a WPF datagrid in edit mode?
I've created a WPF application that includes a datagrid with one editable column. As the user enters values in it, then presses Return, the focus moves to the next row. All works great.
The customer has asked me to add support for the up and down…

Richard
- 277
- 5
- 16
0
votes
1 answer
wpf keyboard navigation behaviour
I'm having issues with keyboard navigation in my wpf application.
Simplified I have a horizontal stackpanel with a list of menu items which takes up about a quater of the width of the screen.
Directly under that I have a content control that takes…

Oli
- 2,996
- 3
- 28
- 50
-1
votes
1 answer
Keyboard navigation with arrow keys in Angular
I am new to Angular.
I have one list with font-awesome symbols.
and currently I can navigate through those symbols using the tab button on my keyboard.
but I want to do the same symbol navigation through the arrow keys on the keyboard.
I have 2…

Explorer
- 161
- 1
- 4
- 16
-1
votes
1 answer
WPF: Move focus to previous control (SHIFT + Tab) when using ControlTemplate with Placeholder Textbox
I created a WPF TextBox with Placeholder text by creating a customized Style that overlays one TextBox (as a placholder text) on another TextBox in the ControlTemplate.
Here's the Style definition: