<?xml version="1.0" encoding="iso-8859-1"?><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 ListBox Virtualization</title>
	<atom:link href="http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/</link>
	<description>...my blog on what I'm learning, working, or playing with in technology</description>
	<pubDate>Sun, 05 Sep 2010 14:19:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/comment-page-1/#comment-270</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 15 Feb 2010 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/#comment-270</guid>
		<description>Unfortunately, some of the stuff I do is under NDA for clients, but the concept is simple.  Have an ObservableCollection&lt;ObservableCollection&lt;YourItem&gt;&gt;  and bind the list of lists to your ListBox.  Then create two datatemplates, one for showing the list of items in each row as a ItemsControl or something similar, and the second to actually template the individual items.

I wrote a class to abstract some logic that you could pass in a collection and a number of "columns" and it would split up a list for you into a list of lists automatically, but it's certainly doable manually for small scenarios</description>
		<content:encoded><![CDATA[<p>Unfortunately, some of the stuff I do is under NDA for clients, but the concept is simple.  Have an ObservableCollection&lt;ObservableCollection&lt;YourItem&gt;&gt;  and bind the list of lists to your ListBox.  Then create two datatemplates, one for showing the list of items in each row as a ItemsControl or something similar, and the second to actually template the individual items.</p>
<p>I wrote a class to abstract some logic that you could pass in a collection and a number of &#8220;columns&#8221; and it would split up a list for you into a list of lists automatically, but it&#8217;s certainly doable manually for small scenarios</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Vallelunga</title>
		<link>http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/comment-page-1/#comment-269</link>
		<dc:creator>Brian Vallelunga</dc:creator>
		<pubDate>Mon, 15 Feb 2010 18:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/#comment-269</guid>
		<description>I'm doing the exact same thing you are with a little personal application and found your post on this subject.

Any chance you'll release the code to your multi-column view you created?</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing the exact same thing you are with a little personal application and found your post on this subject.</p>
<p>Any chance you&#8217;ll release the code to your multi-column view you created?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/comment-page-1/#comment-203</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Sun, 03 May 2009 13:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bignickolson.com/2009/05/02/wpf-listbox-virtualization/#comment-203</guid>
		<description>If ListBox is inside a vertically unconstrained control, your virtualization will dissapear because ListBox thinks it has unlimited amount of space for its rows.  Example: put listbox inside vertical stack panel.</description>
		<content:encoded><![CDATA[<p>If ListBox is inside a vertically unconstrained control, your virtualization will dissapear because ListBox thinks it has unlimited amount of space for its rows.  Example: put listbox inside vertical stack panel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
