<?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: Embedded ListView Columns (Columns Within Columns)</title>
	<atom:link href="http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/</link>
	<description>Matthias Shapiro's WPF &#38; Silverlight Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:52:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Jones</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-2425</link>
		<dc:creator>Jason Jones</dc:creator>
		<pubDate>Mon, 01 Mar 2010 02:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-2425</guid>
		<description>I&#039;ve been trying this technique with a CellTemplatSelector and a HeaderTemplate selector, so I can dynamically switch a ListView between one set of columns and another for different object instances of the same type.  This works beautifully for the &quot;rows&quot;, but the HeaderTemplateSelector is only called once upon form load when I run the program.  Can anyone help me figure out how to trigger the &quot;HeaderTemplateSelector&quot; event more frequently in the example below?

                
                    
                        
                            
                        
                    
                </description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying this technique with a CellTemplatSelector and a HeaderTemplate selector, so I can dynamically switch a ListView between one set of columns and another for different object instances of the same type.  This works beautifully for the &#8220;rows&#8221;, but the HeaderTemplateSelector is only called once upon form load when I run the program.  Can anyone help me figure out how to trigger the &#8220;HeaderTemplateSelector&#8221; event more frequently in the example below?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Jones</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-2423</link>
		<dc:creator>Jason Jones</dc:creator>
		<pubDate>Sun, 28 Feb 2010 21:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-2423</guid>
		<description>Home run.  I haven&#039;t worked it out yet, but I think this technique allows you to dynamically switch the columns that appear in a ListView based upon an attribute type within each row. I&#039;ve looked all over for different approaches to this, most of which focused upon the &quot;CellTemplateSelector&quot; angle, but I have a lot of columns in my ListView and the only difference I need between each type is the binding values - not the look and feel.  Using a &quot;CellTemplateSelectors&quot; for this then would be a big pain in the neck.  

On the other hand, I think your approach allows you to create a set of GridViewColumns to use a resource which you can then dynamically swap in or out depending upon a value within each object instance, correct? 

If so, a snippet would be most helpful.  I&#039;ll keep banging my head against the wall to get it to work, though and let you know if I succeed.  Thank you very much for this start.</description>
		<content:encoded><![CDATA[<p>Home run.  I haven&#8217;t worked it out yet, but I think this technique allows you to dynamically switch the columns that appear in a ListView based upon an attribute type within each row. I&#8217;ve looked all over for different approaches to this, most of which focused upon the &#8220;CellTemplateSelector&#8221; angle, but I have a lot of columns in my ListView and the only difference I need between each type is the binding values &#8211; not the look and feel.  Using a &#8220;CellTemplateSelectors&#8221; for this then would be a big pain in the neck.  </p>
<p>On the other hand, I think your approach allows you to create a set of GridViewColumns to use a resource which you can then dynamically swap in or out depending upon a value within each object instance, correct? </p>
<p>If so, a snippet would be most helpful.  I&#8217;ll keep banging my head against the wall to get it to work, though and let you know if I succeed.  Thank you very much for this start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biosys</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-1836</link>
		<dc:creator>biosys</dc:creator>
		<pubDate>Sat, 08 Aug 2009 15:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-1836</guid>
		<description>Very nice and usefull tutorial! Thank you very much :)</description>
		<content:encoded><![CDATA[<p>Very nice and usefull tutorial! Thank you very much <img src='http://www.designerwpf.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hector</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-1556</link>
		<dc:creator>hector</dc:creator>
		<pubDate>Fri, 15 May 2009 20:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-1556</guid>
		<description>nice job. i got the desired look with not WPF experience
I resize in my code some of the embedded columns and the scrollbar do not show up. the embedded columns expand under the next normal column.
any idea to fix it?</description>
		<content:encoded><![CDATA[<p>nice job. i got the desired look with not WPF experience<br />
I resize in my code some of the embedded columns and the scrollbar do not show up. the embedded columns expand under the next normal column.<br />
any idea to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Orr</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-1449</link>
		<dc:creator>Tim Orr</dc:creator>
		<pubDate>Mon, 27 Apr 2009 14:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-1449</guid>
		<description>What a great tutorial.  Very well explained and extremely useful.  Thank you!</description>
		<content:encoded><![CDATA[<p>What a great tutorial.  Very well explained and extremely useful.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feb 6th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, WPF - ScottGu's Blog</title>
		<link>http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/comment-page-1/#comment-70</link>
		<dc:creator>Feb 6th Links: ASP.NET, ASP.NET AJAX, Visual Studio, .NET, WPF - ScottGu's Blog</dc:creator>
		<pubDate>Wed, 06 Feb 2008 09:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/01/25/embedded-listview-columns-columns-within-columns/#comment-70</guid>
		<description>[...] Embedded ListView Columns (Columns within Columns): Matthias has another great post that talks about how handle embedded column scenarios using the WPF ListView control. [...]</description>
		<content:encoded><![CDATA[<p>[...] Embedded ListView Columns (Columns within Columns): Matthias has another great post that talks about how handle embedded column scenarios using the WPF ListView control. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
