I am working on a wpf application. In which I work with TreeView, each node represents different data types, these data types have certain properties and use a data template to show their properties. My application reads from xml and creates a tree accordingly. My problem is that when I download it, it is too slow, I want to know about tricks that will help me improve the performance of my (any) wpf application.
Edit:
Please provide me some tips on better performance in wpf! I use wpf Profiler, but for me it is not very useful.
source share