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
440
Performance issue
posted

In our application we use xamGantt to visualize a simulated plan.  In the view model we create several Gantt projects to show different versions of simulated outcome. Each project has a collection of automatic summary tasks, and each summary task has a collection of manual (simulated) tasks.  Users can select which version they want to see.

The Project property in xaml has a binding to selected Gantt project in the view model. We experience slow rendering switching between different projects.  Rendering time increases with a factor greater than a increase in number of tasks.

We hope you can give us some hints on what measures that can be taken to reduce rendering time.