jasper22: An Animated Custom Panel base class for WPF and Silverlight
WPF and Silverlight use a two-pass scheme, where first all elements are measured by calling the panel's MeasureOverride method. In this method you are supposed to call Measure on all your children and ask them how ......