0
kicks
ElementRecycler for Silverlight and WPF
In Silverlight and WPF, dynamically creating large numbers of child elements in a Panel (such as Canvas) can hit performance pretty hard. First-time element initialization can be particularly heavy, so it’s worth minimizing that wherever possible.
Here’s a little helper class that will recycle a Panel’s child elements...