Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

Quick tips to improve WPF app memory footprint.

We sometimes hear concerns that WPF applications memory foot print is too large. This could be because of many reasons, but a common reason is that the application simply contains large number of elements in its visual tree. Very large tree will increase
Posted by jgoldb | 5 Comments

Virtualized WPF Canvas

As you may already know WPF has a built-in virtualizing panel called VirtualizingStackPanel that supports UI virtualization and lays out its elements like StackPanel. The WPF ListBox & ListView controls use this panel by default. Other containers
Posted by jgoldb | 6 Comments
Attachment(s): VirtualCanvas.zip
 
Page view tracker