<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Building Better Software - One Line At A Time - All Comments</title><link>http://blogs.msdn.com/b/permanenttan/</link><description /><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: WPF TreeView Memory Consumption and Performance</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/11/20/wpf-treeview-memory-consumption-and-performance.aspx#10375779</link><pubDate>Sat, 08 Dec 2012 15:47:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10375779</guid><dc:creator>Eldar</dc:creator><description>&lt;p&gt;Thank you!!!! )))) It&amp;#39;s very help me!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10375779" width="1" height="1"&gt;</description></item><item><title>re: How to convert a Visual Studio 2010 Branch back to a Folder</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/11/20/how-to-convert-a-visual-studio-2010-branch-back-to-a-folder.aspx#10155246</link><pubDate>Mon, 18 Apr 2011 16:02:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10155246</guid><dc:creator>Sai Prasad</dc:creator><description>&lt;p&gt;This helped me a lot. Thanks for the support.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10155246" width="1" height="1"&gt;</description></item><item><title>re: Diagnosing side-by-side problems on Vista</title><link>http://blogs.msdn.com/b/permanenttan/archive/2008/06/05/diagnosing-side-by-side-problems-on-vista.aspx#10154859</link><pubDate>Sun, 17 Apr 2011 01:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10154859</guid><dc:creator>Gary Nancarrow</dc:creator><description>&lt;p&gt;I Have Win7 64bit, and this Pops up when I try to Load my 64bit Browser/ I have no Idea Why? Says something about side by sode confiuration?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10154859" width="1" height="1"&gt;</description></item><item><title>re: How to convert a Visual Studio 2010 Branch back to a Folder</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/11/20/how-to-convert-a-visual-studio-2010-branch-back-to-a-folder.aspx#10109822</link><pubDate>Wed, 29 Dec 2010 08:52:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10109822</guid><dc:creator>Sudesh</dc:creator><description>&lt;p&gt;Thanks. The information here helped.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10109822" width="1" height="1"&gt;</description></item><item><title>re: WPF TreeView Memory Consumption and Performance</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/11/20/wpf-treeview-memory-consumption-and-performance.aspx#10102796</link><pubDate>Thu, 09 Dec 2010 19:06:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10102796</guid><dc:creator>Dave Allen</dc:creator><description>&lt;p&gt;Thanks for this one Tan! You made my day. Still really slow filling it up dynamically, but at least the performance for opening and closing a branch is greatly improved.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10102796" width="1" height="1"&gt;</description></item><item><title>re: How to convert a Visual Studio 2010 Branch back to a Folder</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/11/20/how-to-convert-a-visual-studio-2010-branch-back-to-a-folder.aspx#10094977</link><pubDate>Mon, 22 Nov 2010 16:14:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10094977</guid><dc:creator>Christine Lipfert</dc:creator><description>&lt;p&gt;Thank you! &amp;nbsp;This saved me some time.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10094977" width="1" height="1"&gt;</description></item><item><title>re: WPF ListView with Check Boxes and No Clipping</title><link>http://blogs.msdn.com/b/permanenttan/archive/2009/01/19/wpf-listview-with-check-boxes-and-no-clipping.aspx#10023721</link><pubDate>Fri, 11 Jun 2010 20:52:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10023721</guid><dc:creator>integragreg</dc:creator><description>&lt;p&gt;If you want two-way binding between the checkbox and your observable collection, then in your property set accessor for the IsChecked property on the CheckBoxListViewItemSource class, you need to specify &amp;quot;IsChecked&amp;quot; for your argument in the call to the RaisePropertyChanged() method:&lt;/p&gt;
&lt;p&gt;RaisePropertyChanged(&amp;quot;IsChecked&amp;quot;);&lt;/p&gt;
&lt;p&gt;Otherwise, you will only get one-way binding.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10023721" width="1" height="1"&gt;</description></item><item><title> Building Better Software One Line At A Time PermanentTan You sound | storage bench</title><link>http://blogs.msdn.com/b/permanenttan/archive/2006/02/10/529817.aspx#9782350</link><pubDate>Fri, 19 Jun 2009 10:51:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9782350</guid><dc:creator> Building Better Software One Line At A Time PermanentTan You sound | storage bench</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://thestoragebench.info/story.php?id=4988"&gt;http://thestoragebench.info/story.php?id=4988&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9782350" width="1" height="1"&gt;</description></item><item><title> Building Better Software One Line At A Time How to set MyControl X | patio umbrella</title><link>http://blogs.msdn.com/b/permanenttan/archive/2007/08/01/how-to-set-mycontrol-x-and-mycontrol-y-in-a-windows-presentation-foundation-wpf-canvas.aspx#9772631</link><pubDate>Thu, 18 Jun 2009 07:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9772631</guid><dc:creator> Building Better Software One Line At A Time How to set MyControl X | patio umbrella</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patioumbrellasource.info/story.php?id=718"&gt;http://patioumbrellasource.info/story.php?id=718&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9772631" width="1" height="1"&gt;</description></item><item><title> Building Better Software One Line At A Time AutoLayout by Examples | work from home</title><link>http://blogs.msdn.com/b/permanenttan/archive/2006/03/07/545452.aspx#9762219</link><pubDate>Tue, 16 Jun 2009 16:24:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9762219</guid><dc:creator> Building Better Software One Line At A Time AutoLayout by Examples | work from home</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://workfromhomecareer.info/story.php?id=24010"&gt;http://workfromhomecareer.info/story.php?id=24010&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9762219" width="1" height="1"&gt;</description></item></channel></rss>