<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lee's corner</title>
	<atom:link href="http://leeontech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeontech.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Oct 2009 20:16:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='leeontech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e54f6d71d5d460ea9436206cd52b3b6c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Lee's corner</title>
		<link>http://leeontech.wordpress.com</link>
	</image>
			<item>
		<title>Same XAML Silverlight and WPF &#8211; different result</title>
		<link>http://leeontech.wordpress.com/2009/10/14/same-xaml-silverlight-and-wpf-different-result/</link>
		<comments>http://leeontech.wordpress.com/2009/10/14/same-xaml-silverlight-and-wpf-different-result/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:16:25 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=448</guid>
		<description><![CDATA[I did not know the following would produce different results in WPF and Silverlight
&#60;Grid&#62;
        &#60;TextBlock Text=&#8221;{Binding RelativeSource={RelativeSource Self}, Path=Tag}&#8221; Tag=&#8221;hello&#8221;/&#62;
    &#60;/Grid&#62;
In WPF, you see &#8220;Hello&#8221;. In silverlight you dont see anything
The following XAML produces same result in WPF and Silverlight
&#60;Grid&#62;
        &#60;TextBlock Tag=&#8221;hello&#8221; Text=&#8221;{Binding RelativeSource={RelativeSource Self}, Path=Tag}&#8221; /&#62;
    &#60;/Grid&#62;
Posted in General       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=448&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/10/14/same-xaml-silverlight-and-wpf-different-result/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>
	</item>
		<item>
		<title>ListBox and scrolling</title>
		<link>http://leeontech.wordpress.com/2009/10/08/listbox-and-scrolling/</link>
		<comments>http://leeontech.wordpress.com/2009/10/08/listbox-and-scrolling/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:08:28 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=440</guid>
		<description><![CDATA[When the listbox is bound to some data and when the data changes we may want to make the first item in the list visible.  That is not the default behaviour and ScrollIntoView(Item[0]) wont work. here is a way to reset the scrollposition
In the sample, I had the listbox&#8217;s  are bound to 200 items and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=440&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/10/08/listbox-and-scrolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/10/listbox-scrolling.png" medium="image">
			<media:title type="html">listbox scrolling</media:title>
		</media:content>
	</item>
		<item>
		<title>Telerik Silverlight RadGridView Issues</title>
		<link>http://leeontech.wordpress.com/2009/09/24/telerik-silverlight-radgridview-issues/</link>
		<comments>http://leeontech.wordpress.com/2009/09/24/telerik-silverlight-radgridview-issues/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:59:41 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>
		<category><![CDATA[Telerik RadGridView]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=434</guid>
		<description><![CDATA[I am new to Silverlight RadGridView control from (Q2 2009). I was trying to use a nested RadGridView in the RowDetailsTemplate like below.
Update: With the help of Vlad from Telerik, learned that there is a Service pack released which fixed issues 2 and 3, but scrolling seems to be still slow when compared to the regular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=434&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/09/24/telerik-silverlight-radgridview-issues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight forums error</title>
		<link>http://leeontech.wordpress.com/2009/09/11/silverlight-forums-error/</link>
		<comments>http://leeontech.wordpress.com/2009/09/11/silverlight-forums-error/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:45:23 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=429</guid>
		<description><![CDATA[The new forums seems to be faster and better organized. Now if only we can sign in to the forums can work without throwing errors with all the path and details. Could not get signed into forums all day today

Posted in General       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=429&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/09/11/silverlight-forums-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/09/forumerror.png?w=1024" medium="image">
			<media:title type="html">forumerror</media:title>
		</media:content>
	</item>
		<item>
		<title>Extended AutoCompleteBox sample updated to Silverlight 3</title>
		<link>http://leeontech.wordpress.com/2009/09/01/extended-autocompletebox-sample-updated-to-silverlight-3/</link>
		<comments>http://leeontech.wordpress.com/2009/09/01/extended-autocompletebox-sample-updated-to-silverlight-3/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:44:26 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>
		<category><![CDATA[AutoCompleteBox]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=427</guid>
		<description><![CDATA[A while back I had a sample that extends AutoCompleteBox which worked in Silverlight 2. Here is the sample upgraded to Silverlight 3. I did not add/remove anything functional. just fixed the errors that are caused by the changes in base class(AutoCompleteBox)
you can try a sample here and download the code here
Posted in Sivlerlight 3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=427&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/09/01/extended-autocompletebox-sample-updated-to-silverlight-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>
	</item>
		<item>
		<title>DataBinding in Nested Controls</title>
		<link>http://leeontech.wordpress.com/2009/08/27/databinding-in-nested-controls/</link>
		<comments>http://leeontech.wordpress.com/2009/08/27/databinding-in-nested-controls/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 17:07:37 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=420</guid>
		<description><![CDATA[Databinding can get tricky in a hurry depending on the layout we have and the model we are binding to. Dan Wahlin suggests a way in this post
Here is another way without any code or additional classes.
DataContext is setup to be a instance of data, which has list of customers(having name and city as properties) and an array [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=420&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/08/27/databinding-in-nested-controls/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/08/nestedbindings.png" medium="image">
			<media:title type="html">nestedbindings</media:title>
		</media:content>
	</item>
		<item>
		<title>Alignment of label in Dataform</title>
		<link>http://leeontech.wordpress.com/2009/08/10/alignment-of-label-in-dataform/</link>
		<comments>http://leeontech.wordpress.com/2009/08/10/alignment-of-label-in-dataform/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:34:44 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=415</guid>
		<description><![CDATA[One of the forum users was looking to align the label in the Datafield of DataForm with the following code
&#60;dataFormToolkit:DataField&#62;
    &#60;dataFormToolkit:DataField.Label&#62;
        &#60;TextBlock Text=&#8221;Categories&#8221; VerticalAlignment=&#8221;Top&#8221; /&#62;
    &#60;/dataFormToolkit:DataField.Label&#62;
    &#60;Grid&#62;
        &#60;StackPanel x:Name=&#8221;listCategories&#8221; /&#62;
    &#60;/Grid&#62;
&#60;/dataFormToolkit:DataField&#62;
sure enough, it doesnt work. I am not sure if there is  easier way, but styling the Label does work, changes made to the default [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=415&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/08/10/alignment-of-label-in-dataform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/08/alignment.jpg" medium="image">
			<media:title type="html">Alignment</media:title>
		</media:content>
	</item>
		<item>
		<title>Available for consulting</title>
		<link>http://leeontech.wordpress.com/2009/07/28/available-for-consulting/</link>
		<comments>http://leeontech.wordpress.com/2009/07/28/available-for-consulting/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:44:40 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=413</guid>
		<description><![CDATA[I am looking for work in Dallas,TX area. If you are in need of a WPF/Silverlight resource let me know. I will send my resume for your consideration
Posted in General       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=413&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/07/28/available-for-consulting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with DataForm</title>
		<link>http://leeontech.wordpress.com/2009/07/27/working-with-dataform/</link>
		<comments>http://leeontech.wordpress.com/2009/07/27/working-with-dataform/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:37:11 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[Sivlerlight 3]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=406</guid>
		<description><![CDATA[Dataform has changed a lot in the RTM version from the beta and my previous post on DataForm is no longer valid now.
Here is something I did earlier.
I created EF model using Northwind database and added DomainService. To start with simple form. I started with Categories(Add/Edit)
so I created a Dataform with ReadOnlyTemplate and EditTemplate
Only the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=406&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/07/27/working-with-dataform/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight and Prism sample</title>
		<link>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/</link>
		<comments>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:39:58 +0000</pubDate>
		<dc:creator>lee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://leeontech.wordpress.com/?p=395</guid>
		<description><![CDATA[After playing around with prism, I wanted to do the flexstore application using silverlight and prism and submit for the Component Art competition, but it looks like I am not going to much more than what I have till now after all, but it was a good learning exercise. Here are some screenshots of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leeontech.wordpress.com&blog=2984453&post=395&subd=leeontech&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://leeontech.wordpress.com/2009/07/13/silverlight-and-prism-sample/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lee</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/07/home.png" medium="image">
			<media:title type="html">home</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/07/products.png" medium="image">
			<media:title type="html">products</media:title>
		</media:content>

		<media:content url="http://leeontech.files.wordpress.com/2009/07/products11.png" medium="image">
			<media:title type="html">products1</media:title>
		</media:content>
	</item>
	</channel>
</rss>