<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 12:25:48 +0000</lastBuildDate>
    <item>
      <title>(C#) Simplified and Consistent Printing in Silverlight - with Page Margins, Shrink to Fit, and Landscape printing - alishahnovin</title>
      <link>https://snipplr.com/view/45126/simplified-and-consistent-printing-in-silverlight--with-page-margins-shrink-to-fit-and-landscape-printing</link>
      <description>&lt;p&gt;The following extension method allows you to call Print() on any FrameworkElement, UIElement or group of elements, and print with a variety of settings such as landscape mode, shrink to fit, page centering, and more&lt;/p&gt;</description>
      <pubDate>Thu, 02 Dec 2010 04:21:27 UTC</pubDate>
      <guid>https://snipplr.com/view/45126/simplified-and-consistent-printing-in-silverlight--with-page-margins-shrink-to-fit-and-landscape-printing</guid>
    </item>
    <item>
      <title>(C#) Silverlight ComboBox Keyboard Selection - alishahnovin</title>
      <link>https://snipplr.com/view/30032/silverlight-combobox-keyboard-selection</link>
      <description>&lt;p&gt;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.&#13;
&#13;
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.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Fri, 19 Mar 2010 12:20:14 UTC</pubDate>
      <guid>https://snipplr.com/view/30032/silverlight-combobox-keyboard-selection</guid>
    </item>
  </channel>
</rss>
