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
xamTreemap Performance
posted

I've been testing out xamTreemap with data binding and noticed that when I get past a certain number of nodes in the tree, performance comes to a crawl.  I need to support 500-1000 elements per level, but every time I add an element, the treemap has to redraw and the application becomes unresponsive.

 

My question is: Is there a way to cache the redrawing so that I can turn off the redraw, add a bunch of data, then force a redraw afterward?