Wpf: Performance Issue
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
7:33 UTC
Read the original article
Hit count: 554
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.
© Stack Overflow or respective owner