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
850
XamOrgChart - Stack overflow exception within PresentationCore
posted

I've been building an application that shows both a list of employees and an organization chart. They are on separate tabs. When the org chart tab is selected everything works fine, but when the list tab is showing and the collections are refreshed I am receiving a StackOverflowException.

I've created a simple example to demonstrate the issue:

As an interim measure I've bond the charts Visibility to the tabs IsSeleted property. This seems to stop the issue.

Is this a bug and/or a problem with my setup (Windows 7 x64, .net 4)?

Parents Reply Children