<?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: Styling ListView Items Using Blend</title>
	<atom:link href="http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/</link>
	<description>Matthias Shapiro's Silverlight &#38; WPF Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:16:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Sean Cullinan</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-1347</link>
		<dc:creator>Sean Cullinan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 04:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-1347</guid>
		<description>Thank you thank you thank you, I totally forgot about ItemContainerStyle today as they&#039;ve buried the edit Styles in Blend.  This is exactly what I needed, finally have my crazy listbox working.

Sean</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you, I totally forgot about ItemContainerStyle today as they&#8217;ve buried the edit Styles in Blend.  This is exactly what I needed, finally have my crazy listbox working.</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon Purkiss</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-1268</link>
		<dc:creator>Sheldon Purkiss</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-1268</guid>
		<description>I had the same issue as Gary...  it seems that blend will use a content presenter instad of a gridviewrowpresenter when you initiate the template/style...as a result, replacing the content presenter with the grid view row presenter works quite nicely!</description>
		<content:encoded><![CDATA[<p>I had the same issue as Gary&#8230;  it seems that blend will use a content presenter instad of a gridviewrowpresenter when you initiate the template/style&#8230;as a result, replacing the content presenter with the grid view row presenter works quite nicely!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-747</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-747</guid>
		<description>I&#039;ve followed the article through several times now, step by step and I simply cannot reproduced the list view item control template using your steps above.  The only way I can access the correct control template is by right-clicking on a ListViewItem (the object, not the style) in the &#039;Objects and TimeLine&#039; box and selecting &#039;Edit Control Parts (Template)&#039; -&gt; &#039;Edit a Copy…&#039;.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the article through several times now, step by step and I simply cannot reproduced the list view item control template using your steps above.  The only way I can access the correct control template is by right-clicking on a ListViewItem (the object, not the style) in the &#8216;Objects and TimeLine&#8217; box and selecting &#8216;Edit Control Parts (Template)&#8217; -&gt; &#8216;Edit a Copy…&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-745</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-745</guid>
		<description>Looks like I&#039;ve figured it out (bearing in mind I&#039;m using Blend 2 February 2008 Beta so it could be a bug)...

When I create the ControlTemplate for the ListViewItems Blend adds a ContentPresenter instead of a GridViewRowPresenter.  Interestingly it also gives the template a default name of &#039;ListBoxItemControlTemplate1&#039;.</description>
		<content:encoded><![CDATA[<p>Looks like I&#8217;ve figured it out (bearing in mind I&#8217;m using Blend 2 February 2008 Beta so it could be a bug)&#8230;</p>
<p>When I create the ControlTemplate for the ListViewItems Blend adds a ContentPresenter instead of a GridViewRowPresenter.  Interestingly it also gives the template a default name of &#8216;ListBoxItemControlTemplate1&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-744</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 02 Apr 2008 13:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-744</guid>
		<description>When I apply the ControlTemplate to my ListView the ContentPresenter doesn&#039;t display the underlying &#039;DisplayMemberBinding&#039; defined on my GridViewColumns (I have my ContentPresenter set as &#039;Content=&quot;{TemplateBinding Content}&quot;&#039;)- any idea how I can get the correct bindings to be displayed?</description>
		<content:encoded><![CDATA[<p>When I apply the ControlTemplate to my ListView the ContentPresenter doesn&#8217;t display the underlying &#8216;DisplayMemberBinding&#8217; defined on my GridViewColumns (I have my ContentPresenter set as &#8216;Content=&#8221;{TemplateBinding Content}&#8221;&#8216;)- any idea how I can get the correct bindings to be displayed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-40</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Fri, 25 Jan 2008 17:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-40</guid>
		<description>That is really wierd, I don&#039;t think I&#039;ve seen anything like that before. If you can, post your XAML up on the &lt;a href=&quot;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&amp;SiteID=1&quot; rel=&quot;nofollow&quot;&gt;MSDN WPF Forum&lt;/a&gt; and point me to your post and I&#039;ll take a look at it.</description>
		<content:encoded><![CDATA[<p>That is really wierd, I don&#8217;t think I&#8217;ve seen anything like that before. If you can, post your XAML up on the <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&#038;SiteID=1" rel="nofollow">MSDN WPF Forum</a> and point me to your post and I&#8217;ll take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Che' Clark</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-39</link>
		<dc:creator>Che' Clark</dc:creator>
		<pubDate>Thu, 24 Jan 2008 19:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-39</guid>
		<description>When I do the edit control template for the listview, the items no longer are under their respective columns. I am doing this on XP so it may be a side effect of that. Is there some property that needs to be set in order for the data to realign with the columns? Just to be clear, the rows are still there it is just that the data in each row is all left aligned so the data looks like this: column1datacolumn2datacolumn3data. Any ideas?</description>
		<content:encoded><![CDATA[<p>When I do the edit control template for the listview, the items no longer are under their respective columns. I am doing this on XP so it may be a side effect of that. Is there some property that needs to be set in order for the data to realign with the columns? Just to be clear, the rows are still there it is just that the data in each row is all left aligned so the data looks like this: column1datacolumn2datacolumn3data. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seerox</title>
		<link>http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/comment-page-1/#comment-31</link>
		<dc:creator>seerox</dc:creator>
		<pubDate>Thu, 17 Jan 2008 05:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.designersilverlight.com/2008/01/15/styling-listview-items-using-blend/#comment-31</guid>
		<description>Keep up the good work! ( and fill in those coming soon spots ;) )</description>
		<content:encoded><![CDATA[<p>Keep up the good work! ( and fill in those coming soon spots <img src='http://www.designersilverlight.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

