WPF 4 Performance Troubles
Extracted from: http://random.tonywilliams.me.uk/post/745359131/wpf-4-performance-troubles
If you’re working with WPF 4 and are having some performance trouble in regards to your app then try this in your xaml:
CacheMode=”BitmapCache”
Works brilliantly with the data templates for items in an ItemsControl/List etc.
More info here: BitmapCache
No comments yet
