Wpf: Tips for better performance

Posted by viky on Stack Overflow See other posts from Stack Overflow or by viky
Published on 2010-03-23T07:29:01Z Indexed on 2010/03/23 11:03 UTC
Read the original article Hit count: 406

Filed under:
|
|
|
|

I am working on a wpf application. In which I am working with a TreeView, each node represents different datatypes, these datatypes are having properties defined and using data template to show their properties. My application reads from xml and create tree accordingly. My problem is that when I load it, it is too slow, I want to know about the tricks that will help me to improve performance of my(any) wpf application.

Edit:

Please provide me some tips for better performance in wpf!! I am using wpf Profiler but it is not much helpful for me.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf