Hi,
In a text box, I'd like to perform an action when the Up Arrow is pressed, while the text box has focus.
Is that possible?
I have the txt_input_TextChanged and txt_input_Action events defined, for trapping keystrokes or ENTER. But none of them are triggered, when the arrow keys are pressed.
In a text box, I'd like to perform an action when the Up Arrow is pressed, while the text box has focus.
Is that possible?
I have the txt_input_TextChanged and txt_input_Action events defined, for trapping keystrokes or ENTER. But none of them are triggered, when the arrow keys are pressed.