Apologies up front if this is not the proper location for posts related to XamOrgChart.
First and foremost, awesome control!
I am having a bit of trouble tracking the last item added to the tree, it seems the underlying logic for the org chart "Re-Paints" or "Re-Attaches" every node when a new item is added. This makes tracking the last item painful if not impossible, is this intended functionality? If so, could one of you post an alternative to tracking the last added node (Regardless of branch)?
What are the performance implications of re-attaching every node (or at least firing this event for every node) when I reach a large node count e.g. 1k +?
Surely some one has an idea on how to do this.... For now I am tracking changes in the VM underlying data source but it is a lot more plumbing than i wanted to add for such a simple UI need.
Hi,
I believe you can use xamOrgChart search functionality:
http://help.infragistics.com/NetAdvantage/WPFDV/2011.2/CLR4.0/?page=xamOrgChart_Search_Nodes.html
Worked perfectly, thank you.