Tagged Questions
3
votes
3answers
6k views
silverlight keydown event doesn't fire for arrow keys
I have a canvas inside a scrollview. I attached a keydown event handler to the scrollview. For most keys, the handler gets called.
However, for the arrow keys, the handler does not get called. ...