Is there a property or method that can be called to bring a particular node into view programmatically?
I noticed in the feature browser you have under the "Organization" section the "Search Nodes" sample. I would like to create something similar only have the view center on a particular node. A nice to have on top of that would be to control zooming in on that node as well.
Is there functionality to support this?
Kind Regards,
-Daniel
Hi Daniel,
I've researched your requirements and I believe you might be interested in what was discussed in the following forum thread:http://forums.infragistics.com/forums/t/66399.aspx
Here I describe a method for centering the view on a particular node. If you'd like to zoom in on the node you can modify the ZoomLevel property directly on the XamOrgChart. You would do this after you bring the desired node into view.
Let me know if you have any questions,
Let me know if you have any further questions on this matter.