Measuring WPF Rendering Performance
- by Wonko the Sane
Hi All,
I am looking to get some better performance on an ItemsControl, and I believe that the biggest hang-up is the rendering.
The ItemTemplate of the control consists of (basically) a Border around an ImageBrush. The ItemsSource is an ObservableCollection of a custom class (of which I have no real control).
What I'd like to know are some techniques for measuring (rudimentary measurements are fine to start with) the performance. This is an XP machine using .NET 3.5 SP1.
Thanks,
wTs