Tagged Questions
1
vote
2answers
222 views
C# prevent default action on a listbox control when the right or left arrow keys are pressed
I have a listbox control in a windows app and I want to disable the default right and left arrow keydown event triggers. Currently when you press right or left arrows the selected item travels up and ...
0
votes
2answers
593 views
Arrow keys and changing control's focus hang the application
I have a usercontrol that contains a FlowLayoutPanel (topdown flow) with a bunch of radiobuttons. The control exposes a CheckedChanged event that fires whenever one of the radiobuttons's check ...