Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Unexpended nodes - XamOrgChart
posted

Hi guys,

I have created a custom control, let's say MyOrgChart, that has a PART represented by the XamOrgChart. I would like that  all the nodes to have the property IsExpanded = false, whenever I change the source of the orgChart, such that a certain node is expanded only when the user click on the expander; otherwise, the node should not be expanded.

Can you please tell me how should I achieve this?