Measuring WPF Rendering Performance

Posted by Wonko the Sane on Stack Overflow See other posts from Stack Overflow or by Wonko the Sane
Published on 2010-03-18T13:18:33Z Indexed on 2010/03/18 13:21 UTC
Read the original article Hit count: 496

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about wpf

Related posts about rendering