<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developing For .NET &#187; WPF</title>
	<atom:link href="http://www.developingfor.net/category/wpf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Use the Right Container for ListBox Scrolling</title>
		<link>http://www.developingfor.net/wpf/use-the-right-container-for-listbox-scrolling.html</link>
		<comments>http://www.developingfor.net/wpf/use-the-right-container-for-listbox-scrolling.html#comments</comments>
		<pubDate>Tue, 15 Dec 2009 21:41:46 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/wpf/use-the-right-container-for-listbox-scrolling.html</guid>
		<description><![CDATA[I learned something interesting about ListBox and scrolling content this week.&#160; In hindsight it is obvious, but trust me: that’s the last thing you want to hear after two hours of beating your head on your keyboard trying to figure out why the stinking ListBox isn’t scrolling.&#160; Read on for the gory details. The Obvious [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/use-the-right-container-for-listbox-scrolling.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Custom Validation Rules in WPF</title>
		<link>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html</link>
		<comments>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:42:23 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html</guid>
		<description><![CDATA[Anyone who has ever developed data driven applications of any sort has had to deal with validation.&#160; Let’s face it, users make mistakes, even if they are developers!&#160; Validation can be a real pain to implement, and contrary to all our HelloWorld style applications, MessageBox.Show is not the best way to inform our users that [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/using-custom-validation-rules-in-wpf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Swatting A 6 Month Old Bug</title>
		<link>http://www.developingfor.net/wpf/swatting-a-6-month-old-bug.html</link>
		<comments>http://www.developingfor.net/wpf/swatting-a-6-month-old-bug.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 19:27:55 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/wpf/swatting-a-6-month-old-bug.html</guid>
		<description><![CDATA[I began working on our first major WPF project last December.&#160; Previously I had done a lot of playing and learning, and written a few internal utilities, but this was our first release grade project.&#160; Things were going well and the partners were very happy with the software development… that is until “the bug”. The [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/swatting-a-6-month-old-bug.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Brush&#8217; type does not have a public TypeConverter class.</title>
		<link>http://www.developingfor.net/wpf/brush-type-does-not-have-a-public-typeconverter-class.html</link>
		<comments>http://www.developingfor.net/wpf/brush-type-does-not-have-a-public-typeconverter-class.html#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:52:02 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=408</guid>
		<description><![CDATA[I&#8217;ve been a big fan of Value Converters in WPF for some time now, but I was bitten today by something simple and thought it would be worth sharing. Brush Converter One of my favorite uses for Value Converters is to set colors of things based on object state.  In my current application, I have [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/brush-type-does-not-have-a-public-typeconverter-class.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Processing Multiline Text in a WPF TextBlock</title>
		<link>http://www.developingfor.net/wpf/processing-multiline-text-in-a-wpf-textblock.html</link>
		<comments>http://www.developingfor.net/wpf/processing-multiline-text-in-a-wpf-textblock.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:55:03 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=293</guid>
		<description><![CDATA[So I&#8217;m sure this will be filed in the *yawn* category for you experienced WPF developers out there, but I ran into an interesting item on Friday that I wanted to share.  I was developing a custom DialogBox that displays a lot of text and an image from a CLR object passed in from the [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/processing-multiline-text-in-a-wpf-textblock.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Fun with WPF ScrollViewer</title>
		<link>http://www.developingfor.net/wpf/more-fun-with-wpf-scrollviewer.html</link>
		<comments>http://www.developingfor.net/wpf/more-fun-with-wpf-scrollviewer.html#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:56:08 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=283</guid>
		<description><![CDATA[In yesterday&#8217;s post, Fun with WPF ScrollViewer, I discussed how to detect when just the scroll bar was clicked on a draggable ListBox.  Today&#8217;s episode addresses something that happened to me on the other end: Dropping into the ListBox. It probably makes sense that when a new item is dropped onto my ListBox, and therefore [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/more-fun-with-wpf-scrollviewer.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fun with the WPF ScrollViewer</title>
		<link>http://www.developingfor.net/wpf/fun-with-the-wpf-scrollviewer.html</link>
		<comments>http://www.developingfor.net/wpf/fun-with-the-wpf-scrollviewer.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:29:59 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=272</guid>
		<description><![CDATA[In my current project, I have a horizontal ListBox wrapped in a ScrollViewer.  As you might expect, this indicates that I intend to have more content than my ListBox can display at any given time.  I am also implementing Drag and Drop reordering on this same ListBox.  This seemingly average task has turned out to [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/fun-with-the-wpf-scrollviewer.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>MultiBinding in WPF</title>
		<link>http://www.developingfor.net/wpf/multibinding-in-wpf.html</link>
		<comments>http://www.developingfor.net/wpf/multibinding-in-wpf.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 22:40:15 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=226</guid>
		<description><![CDATA[In my current application, I have a ListBox that displays images horizontally.  Basically it is a WPF FilmStrip (without the control) with some additional features.  One feature is a toolbar that includes navigation buttons.  First and Last buttons are easy: they are always available and always navigate to the first or last image in the [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/multibinding-in-wpf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Command Line Arguments in WPF</title>
		<link>http://www.developingfor.net/wpf/accessing-command-line-arguments-in-wpf.html</link>
		<comments>http://www.developingfor.net/wpf/accessing-command-line-arguments-in-wpf.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 19:21:48 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=208</guid>
		<description><![CDATA[The software I&#8217;ve been developing needs to be accessible from the command line, and in those cases it needs to be able to receive parameters in order to properly initialize the application instance.  I&#8217;d done this plenty of times in Windows Forms, but when I started looking for the public static void main entry method, [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/accessing-command-line-arguments-in-wpf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WPF Visual State Manager</title>
		<link>http://www.developingfor.net/wpf/wpf-visual-state-manager.html</link>
		<comments>http://www.developingfor.net/wpf/wpf-visual-state-manager.html#comments</comments>
		<pubDate>Fri, 07 Nov 2008 21:29:28 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Blend]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=172</guid>
		<description><![CDATA[Last night at RVNUG, a friend of mine pointed me to The WPF Toolkit. The toolkit is a collection of controls and features that extend the current WPF offering from Microsoft. Chief among these is the DataGrid control, but something more appealing caught my eye: Visual State Manager. Basically, the VSM is a very easy [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/wpf/wpf-visual-state-manager.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
