Skip to main content

Microsoft Silverlight

Answered Question How to refresh / update a silverlight tree partially with out complete refresh of tree?RSS Feed

(0)

jaimalleshk
jaimalleshk

Member

Member

0 points

2 Posts

How to refresh / update a silverlight tree partially with out complete refresh of tree?

Hi All, 

How to refresh / update a silverlight tree partially with out complete refresh of tree?

 Can we just refresh a particular node and its children only in silverlight tree? At this time I am refreshing the whole tree to show the changes.

 Thanks,

Jai

bharathkumars87
bharathk...

Member

Member

280 points

51 Posts

Re: How to refresh / update a silverlight tree partially with out complete refresh of tree?

hai jai,

Try this link


http://www.silverlightshow.net/items/Using-the-TreeView-control-in-Silverlight-2.aspx


http://alpascual.com/blog/silverlight-treeview-issue-cannot-set-a-checkbox-to-ischeck-true-inside-a-treeview/

bharath kumar.s
Please "Mark as Answer" if this post answered your question. :)

jaimalleshk
jaimalleshk

Member

Member

0 points

2 Posts

Re: How to refresh / update a silverlight tree partially with out complete refresh of tree?

Hi Bharath,

 Thanks for reply. I dont think it answers the question. There is no problem in creating the tree. I just want to do partial update ( refresh a particular node and its children) and not whole treeview.

Mog Liang - MSFT
Mog Lian...

All-Star

All-Star

16023 points

1,553 Posts

Answered Question

Re: How to refresh / update a silverlight tree partially with out complete refresh of tree?

Hi,

Can you describe the problem you encountered? What do you mean "refresh"? If you mean update the elements layout, the silverlight's layout implementation is, when any element size changed, the whole visual tree elements will got notification, however, not all elements need update layout when got notified, although they pop Layoutchanged event as well. For details about silverlight layout system, please check this article

http://msdn.microsoft.com/en-us/library/cc645025(VS.95).aspx

Thanks,

Mog Liang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities