<?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, 04 Mar 2010 13:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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: 0&#215;8000FFFF (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>
	<item>
		<title>By: thaianhduc</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-175880</link>
		<dc:creator>thaianhduc</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-175880</guid>
		<description>I am using SilverLight 3 and cannot find the HierarchicalDataTemplate control. Any idea?
In fact i cannot find the Microsoft.Windows.Controls.dll even though i have installed toolkit 3.</description>
		<content:encoded><![CDATA[<p>I am using SilverLight 3 and cannot find the HierarchicalDataTemplate control. Any idea?<br />
In fact i cannot find the Microsoft.Windows.Controls.dll even though i have installed toolkit 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kellen Sunderland</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-161829</link>
		<dc:creator>Kellen Sunderland</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-161829</guid>
		<description>I would love to see some events to hook into with tree view for drag and drop.  Displaying hierarchical data is good but editing it would be better.</description>
		<content:encoded><![CDATA[<p>I would love to see some events to hook into with tree view for drag and drop.  Displaying hierarchical data is good but editing it would be better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arch</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-130090</link>
		<dc:creator>Arch</dc:creator>
		<pubDate>Fri, 19 Dec 2008 14:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-130090</guid>
		<description>Good article. The problem with this approach in any non-trivial application is that you would not load your entire tree hierarchy up front. How would you implement lazy loading of child nodes?

I&#039;ve seen solutions that use the Item_Expanded event to load the child nodes. But it&#039;s usually done by iterating thru your (strongly-typed) collection and converting each member to TreeViewItems before adding to tree. This negates the advantages of binding your objects to the tree and breaks mv-vm capability.

Any good solution to this?</description>
		<content:encoded><![CDATA[<p>Good article. The problem with this approach in any non-trivial application is that you would not load your entire tree hierarchy up front. How would you implement lazy loading of child nodes?</p>
<p>I&#8217;ve seen solutions that use the Item_Expanded event to load the child nodes. But it&#8217;s usually done by iterating thru your (strongly-typed) collection and converting each member to TreeViewItems before adding to tree. This negates the advantages of binding your objects to the tree and breaks mv-vm capability.</p>
<p>Any good solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek vashistha</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-129050</link>
		<dc:creator>Abhishek vashistha</dc:creator>
		<pubDate>Tue, 16 Dec 2008 05:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-129050</guid>
		<description>Hi Michael,
I am not able to use themes as you have used(ExpressionDarkTheme).
I am getting AG_E_PARSER_BAD_TYPE when components are being initialized.

Please suggest</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
I am not able to use themes as you have used(ExpressionDarkTheme).<br />
I am getting AG_E_PARSER_BAD_TYPE when components are being initialized.</p>
<p>Please suggest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark McPherson</title>
		<link>http://michaelsync.net/2008/10/28/silverlight-toolkit-using-silverlight-treeview-control/comment-page-1#comment-126307</link>
		<dc:creator>Mark McPherson</dc:creator>
		<pubDate>Thu, 04 Dec 2008 19:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=1208#comment-126307</guid>
		<description>My data is retrieved from ADO.NET Data Services which means the TreeView nodes must be created after the data has been retrieved. In code I set the ItemsSource for the TreeView but nothing is displayed. I am using the HierarchicalDataTemplate as outlined in your sample. In the debugger I can see that 60+ records (class instances) are in the ItemsSource.

What am I missing. This pattern of setting the ItemsSource after the async call finishes works great for the DataGrid.

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>My data is retrieved from ADO.NET Data Services which means the TreeView nodes must be created after the data has been retrieved. In code I set the ItemsSource for the TreeView but nothing is displayed. I am using the HierarchicalDataTemplate as outlined in your sample. In the debugger I can see that 60+ records (class instances) are in the ItemsSource.</p>
<p>What am I missing. This pattern of setting the ItemsSource after the async call finishes works great for the DataGrid.</p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
