Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Key.Up/Key.Down doesn't fire KeyDown event in ListBox
1 replies. Latest Post by anim8or on May 4, 2009.
(0)
Thomas D
Member
46 points
66 Posts
05-04-2009 4:32 AM |
Hello!
I'd like to enable a method for the user to change the position of an item in a ListBox. So I added a KeyDown event handler to it and wanted to use Key.Up respectively Key.Down for the handling as this is the most intuitive way, I think. But the event doesn't fire, when pushing the up or down keys and also not when pushing page up or page down key. However, it fires just fine with any other key. So I'm asking myself, if there is a way to enable also this keys to be fired or am I forced to use a different key set to change the order of the ListBox?
anim8or
342 points
55 Posts
05-04-2009 7:40 PM |
Similar post here
If this has answered your question, please "Mark as answer"...... or not, I'm not a points junkie!