<?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: Silverlight ListBox with text searching</title>
	<atom:link href="http://www.jeff.wilcox.name/2008/12/textsearchlistbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/</link>
	<description>Silverlight, rich client apps and web development</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Henley</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1245</link>
		<dc:creator>Henley</dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1245</guid>
		<description>Well , good job. 
Just an update:

protected virtual string GetItemValue(object item)
        {
            return item == null ? string.Empty :(this.ItemsSource == null ?  (item as ListBoxItem).Content.ToString(): item.ToString());
        }</description>
		<content:encoded><![CDATA[<p>Well , good job.<br />
Just an update:</p>
<p>protected virtual string GetItemValue(object item)<br />
        {<br />
            return item == null ? string.Empty <img src='http://www.jeff.wilcox.name/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> this.ItemsSource == null ?  (item as ListBoxItem).Content.ToString(): item.ToString());<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1078</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Mon, 22 Dec 2008 15:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1078</guid>
		<description>@anon,
Hi, Opera is not an officially supported web browser, please see http://blogs.msdn.com/jstegman/archive/2008/12/21/silverlight-and-opera.aspx for details.</description>
		<content:encoded><![CDATA[<p>@anon,<br />
Hi, Opera is not an officially supported web browser, please see <a href="http://blogs.msdn.com/jstegman/archive/2008/12/21/silverlight-and-opera.aspx" rel="nofollow">http://blogs.msdn.com/jstegman/archive/2008/12/21/silverlight-and-opera.aspx</a> for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1077</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 22 Dec 2008 11:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1077</guid>
		<description>cool

not working in opera. i have got opera 10 alpha build 1139.</description>
		<content:encoded><![CDATA[<p>cool</p>
<p>not working in opera. i have got opera 10 alpha build 1139.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1072</link>
		<dc:creator>Jeff Wilcox</dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1072</guid>
		<description>@SMusician,
Very cool technique.</description>
		<content:encoded><![CDATA[<p>@SMusician,<br />
Very cool technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMusician</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1070</link>
		<dc:creator>SMusician</dc:creator>
		<pubDate>Thu, 18 Dec 2008 12:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1070</guid>
		<description>This won&#039;t  work with foreign keyboard layouts. To avoid this restriction I used the same technique with invisible focused TextBox.</description>
		<content:encoded><![CDATA[<p>This won&#8217;t  work with foreign keyboard layouts. To avoid this restriction I used the same technique with invisible focused TextBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wackyphill</title>
		<link>http://www.jeff.wilcox.name/2008/12/textsearchlistbox/comment-page-1/#comment-1066</link>
		<dc:creator>wackyphill</dc:creator>
		<pubDate>Wed, 17 Dec 2008 13:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeff.wilcox.name/2008/12/textsearchlistbox/#comment-1066</guid>
		<description>Thanks Jeff.

Love your posts.</description>
		<content:encoded><![CDATA[<p>Thanks Jeff.</p>
<p>Love your posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
