
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WPF Checked ListBox</title>
	<atom:link href="http://merill.net/2009/10/wpf-checked-listbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net/2009/10/wpf-checked-listbox/</link>
	<description>My utmost for His highest, my best for His glory</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:24:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rick Davis</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1667</link>
		<dc:creator>Rick Davis</dc:creator>
		<pubDate>Mon, 18 Jul 2011 21:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1667</guid>
		<description>Appreciate this article a lot - but I wish you would have completed it with a good example of loading it up. You mentioned setting the key property, but I am too confused to figure it out. Not sure what to do with AvailablePresentationObjects</description>
		<content:encoded><![CDATA[<p>Appreciate this article a lot &#8211; but I wish you would have completed it with a good example of loading it up. You mentioned setting the key property, but I am too confused to figure it out. Not sure what to do with AvailablePresentationObjects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raing65</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1593</link>
		<dc:creator>Raing65</dc:creator>
		<pubDate>Fri, 25 Mar 2011 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1593</guid>
		<description>I am a newbie in WPF and I tried to follow your code. How do you do Step 2. I seems incomplete based on a newbees perspective.</description>
		<content:encoded><![CDATA[<p>I am a newbie in WPF and I tried to follow your code. How do you do Step 2. I seems incomplete based on a newbees perspective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Ferguson</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1580</link>
		<dc:creator>Jeff Ferguson</dc:creator>
		<pubDate>Wed, 23 Feb 2011 13:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1580</guid>
		<description>Nice article!

(But, it&#039;s &quot;voila&quot;, not &quot;walla&quot;).</description>
		<content:encoded><![CDATA[<p>Nice article!</p>
<p>(But, it&#8217;s &#8220;voila&#8221;, not &#8220;walla&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suckmycode</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1491</link>
		<dc:creator>suckmycode</dc:creator>
		<pubDate>Tue, 14 Sep 2010 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1491</guid>
		<description>Excellent, just what I was looking for, thanks!</description>
		<content:encoded><![CDATA[<p>Excellent, just what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vdangwal</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1467</link>
		<dc:creator>Vdangwal</dc:creator>
		<pubDate>Tue, 27 Jul 2010 07:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1467</guid>
		<description>do you have any solution for multiselect combobox in wpf?</description>
		<content:encoded><![CDATA[<p>do you have any solution for multiselect combobox in wpf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Console.WriteLine</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-1212</link>
		<dc:creator>Console.WriteLine</dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-1212</guid>
		<description>@ Tech-Mentor Says

You have to create an object data source with x:Key property set to &#039;AvailablePresentationObjects&#039; or a DependencyProperty in the parent container ... Binding in XaML with object sources are a little bit different but IT does work.

Personally I do prefer setting it in code behind when building a data driven solution - different scenarios need different solutions.</description>
		<content:encoded><![CDATA[<p>@ Tech-Mentor Says</p>
<p>You have to create an object data source with x:Key property set to &#8216;AvailablePresentationObjects&#8217; or a DependencyProperty in the parent container &#8230; Binding in XaML with object sources are a little bit different but IT does work.</p>
<p>Personally I do prefer setting it in code behind when building a data driven solution &#8211; different scenarios need different solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech-Mentor</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-653</link>
		<dc:creator>Tech-Mentor</dc:creator>
		<pubDate>Fri, 23 Oct 2009 03:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-653</guid>
		<description>I love your solution, simple and elegant. 

I do have a little problem with it. In your example you do not instanciate the List object which is required if you need to prefill the list. 

Also the ItemsSource binding in XAML does not work. I have to manually set the property in code.</description>
		<content:encoded><![CDATA[<p>I love your solution, simple and elegant. </p>
<p>I do have a little problem with it. In your example you do not instanciate the List object which is required if you need to prefill the list. </p>
<p>Also the ItemsSource binding in XAML does not work. I have to manually set the property in code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://merill.net/2009/10/wpf-checked-listbox/comment-page-1/#comment-643</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 15 Oct 2009 03:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/10/wpf-checked-listbox/#comment-643</guid>
		<description>Very concise implementation you got there. :)</description>
		<content:encoded><![CDATA[<p>Very concise implementation you got there. <img src='http://merill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

