 




<?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>WPF Reflections &#187; ListView</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/wpf/tag/listview/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/wpf</link>
	<description></description>
	<lastBuildDate>Mon, 21 Jan 2013 19:34:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>ListView &#8211; is it really too slow?</title>
		<link>http://itknowledgeexchange.techtarget.com/wpf/listview-is-it-really-too-slow/</link>
		<comments>http://itknowledgeexchange.techtarget.com/wpf/listview-is-it-really-too-slow/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 15:48:49 +0000</pubDate>
		<dc:creator>MarkWPF</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[ListView]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/wpf/listview-is-it-really-too-slow/</guid>
		<description><![CDATA[I have seen a number of blog entries along the lines of &#8216;ListView is too slow&#8217;, or &#8216;WPF is too slow&#8217;, or the worst one of all &#8216;ListView has performance issues&#8217;. Obviously none of them mention any details, nor elaborate on what issues there might be &#8211; sounds a bit like an old project manager of mine :-) [...]]]></description>
				<content:encoded><![CDATA[<p>I have seen a number of blog entries along the lines of &#8216;ListView is too slow&#8217;, or &#8216;WPF is too slow&#8217;, or the worst one of all &#8216;ListView has performance issues&#8217;.<br />
Obviously none of them mention any details, nor elaborate on what issues there might be &#8211; sounds a bit like an old project manager of mine :-)</p>
<p>So, what is the reality? That is difficult to know, as there a number of things that can adversely affect the performance of a ListView &#8211; but are by no means certain to do so!</p>
<p>Some of the things that <strong>may </strong>affect performance are:</p>
<ul>
<li>Embedding the ListView inside a StackPanel</li>
<li>Embedding the ListView inside a ScrollViewer</li>
<li>Not setting ScrollViewer.CanContentScroll to true</li>
<li>Having too many columns</li>
<li>Having UI Virtualization turned off (VirtualizingStackPanel.IsVirtualizing)</li>
</ul>
<p> There may be some more!</p>
<p>To answer the question, is it too slow? As long as you follow the above, then no<br />
 </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/wpf/listview-is-it-really-too-slow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
