<?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 Toolkit &#8211; Using Silverlight TreeView Control</title>
	<atom:link href="http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:22:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: shwetank</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-315250</link>
		<dc:creator>shwetank</dc:creator>
		<pubDate>Fri, 08 Jul 2011 06:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-315250</guid>
		<description>how do u place image to TreeViewItem in tree control?
can we place it in .xaml code behoind?</description>
		<content:encoded><![CDATA[<p>how do u place image to TreeViewItem in tree control?<br />
can we place it in .xaml code behoind?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shwetank</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-313516</link>
		<dc:creator>shwetank</dc:creator>
		<pubDate>Fri, 01 Jul 2011 10:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-313516</guid>
		<description>how do u add image in tree control can bit elaborate as u have mentioned in above tree.</description>
		<content:encoded><![CDATA[<p>how do u add image in tree control can bit elaborate as u have mentioned in above tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtual Office</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-297288</link>
		<dc:creator>Virtual Office</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-297288</guid>
		<description>I had a silverlight tool kit but not with the silverlight treeview tool..hmmm..I might download this one.</description>
		<content:encoded><![CDATA[<p>I had a silverlight tool kit but not with the silverlight treeview tool..hmmm..I might download this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reynaldo Ruiz</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-232197</link>
		<dc:creator>Reynaldo Ruiz</dc:creator>
		<pubDate>Tue, 18 May 2010 16:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-232197</guid>
		<description>Thanks Mike just what I was looking for...</description>
		<content:encoded><![CDATA[<p>Thanks Mike just what I was looking for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Fergsuon</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-212871</link>
		<dc:creator>Les Fergsuon</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-212871</guid>
		<description>With VS2008, Silverlight 3 toolkit Nov 2009;

Where you say &quot;you will need to add xmlns namespace in XAML like we used to do when we wanna use the custom control&quot; your image shows a popup completion list to select the Microsoft.Windows.Controls assembly from.
Any idea why I cannot get this completion list to appear?</description>
		<content:encoded><![CDATA[<p>With VS2008, Silverlight 3 toolkit Nov 2009;</p>
<p>Where you say &#8220;you will need to add xmlns namespace in XAML like we used to do when we wanna use the custom control&#8221; your image shows a popup completion list to select the Microsoft.Windows.Controls assembly from.<br />
Any idea why I cannot get this completion list to appear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-198124</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sun, 27 Sep 2009 15:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-198124</guid>
		<description>I enclosed my Tree View control, but couldnt get past the folloiwhg catastorpic error in the Visual Designer. 

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.RenderTargetBitmapRender(HostingRenderTargetBitmap bitmap, UIElement visual, Int32&amp; dirtyX, Int32&amp; dirtyY, Int32&amp; dirtyWidth, Int32&amp; dirtyHeight)
   at System.Windows.Interop.HostingRenderTargetBitmap.Render(UIElement visual)
   at MS.Internal.Silverlight.Host.RuntimeInterop.RenderElementToTargetBitmap(Int32 elementKey, Int32 targetBitmapIdentifier)
   at MS.Internal.Silverlight.Host.Interop.RenderElementToTargetBitmap(Int32 element, Int32 targetBitmapIdentifier, ISilverlightContentDownloadCallback urlcallback)
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateBitmap()
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateTree()
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.ContextLayoutManager.UpdateLayout()
   at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
   at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)</description>
		<content:encoded><![CDATA[<p>I enclosed my Tree View control, but couldnt get past the folloiwhg catastorpic error in the Visual Designer. </p>
<p>Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))<br />
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)<br />
   at MS.Internal.XcpImports.RenderTargetBitmapRender(HostingRenderTargetBitmap bitmap, UIElement visual, Int32&amp; dirtyX, Int32&amp; dirtyY, Int32&amp; dirtyWidth, Int32&amp; dirtyHeight)<br />
   at System.Windows.Interop.HostingRenderTargetBitmap.Render(UIElement visual)<br />
   at MS.Internal.Silverlight.Host.RuntimeInterop.RenderElementToTargetBitmap(Int32 elementKey, Int32 targetBitmapIdentifier)<br />
   at MS.Internal.Silverlight.Host.Interop.RenderElementToTargetBitmap(Int32 element, Int32 targetBitmapIdentifier, ISilverlightContentDownloadCallback urlcallback)<br />
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateBitmap()<br />
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateTree()<br />
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.MeasureOverride(Size constraint)<br />
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)<br />
   at System.Windows.UIElement.Measure(Size availableSize)<br />
   at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.MeasureOverride(Size constraint)<br />
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)<br />
   at System.Windows.UIElement.Measure(Size availableSize)<br />
   at System.Windows.ContextLayoutManager.UpdateLayout()<br />
   at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)<br />
   at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()<br />
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()<br />
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)<br />
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)<br />
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)<br />
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b.dhanapal</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-191712</link>
		<dc:creator>b.dhanapal</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-191712</guid>
		<description>hi,

I need to populate the silverlight treeview dynamically using sqlserver database and asp.net

thank you</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I need to populate the silverlight treeview dynamically using sqlserver database and asp.net</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Katare</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-189515</link>
		<dc:creator>Atul Katare</dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-189515</guid>
		<description>Hi

I want add node at run time.
Is it possible using your example?
Thank You</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I want add node at run time.<br />
Is it possible using your example?<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sir fidel</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-177860</link>
		<dc:creator>sir fidel</dc:creator>
		<pubDate>Fri, 12 Jun 2009 21:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-177860</guid>
		<description>I am trying to create treeview control in silverlight and tried to follow your demo but i am not able too...how can i create treeview with the toolkit march



how can i create treeview with THE MARCH RELEASE</description>
		<content:encoded><![CDATA[<p>I am trying to create treeview control in silverlight and tried to follow your demo but i am not able too&#8230;how can i create treeview with the toolkit march</p>
<p>how can i create treeview with THE MARCH RELEASE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j h</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-177285</link>
		<dc:creator>j h</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-177285</guid>
		<description>Get HierarchicalDataTemplate from System.Windows.Controls.Toolkit rather than the older Microsoft.Windows.Controls.dll</description>
		<content:encoded><![CDATA[<p>Get HierarchicalDataTemplate from System.Windows.Controls.Toolkit rather than the older Microsoft.Windows.Controls.dll</p>
]]></content:encoded>
	</item>
</channel>
</rss>

