<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/keydown</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 04:24:58 GMT</pubDate>
<item>
<title>(C#) Silverlight ComboBox Keyboard Selection - alishahnovin</title>
<link>http://snipplr.com/view/30032/silverlight-combobox-keyboard-selection/</link>
<description><![CDATA[ <p>I've been trying to figure out a way to make ComboBox items selectable by the keyboard, much like how any ComboBox, ListBox, Selection box is in any other language like HTML, Windows Forms, etc.

Most of the solutions I've seen online weren't particularly useful, or required the use of some third-party DLLs. My solution is a little different, and does not require any new references.

My method works by extending the ComboBox. To use it, all you need to do is call .SetKeyboardSelection() on ComboBox *after* all ComboBoxItems have been added to the ComboBox.</p> ]]></description>
<pubDate>Fri, 19 Mar 2010 12:20:14 GMT</pubDate>
<guid>http://snipplr.com/view/30032/silverlight-combobox-keyboard-selection/</guid>
</item>
</channel>
</rss>