I'm currently working on migrating an application from WPF to Silverlight, and part of the application uses a customized layout algorithm that's implemented in MeasureOverride / ArrangeOverride of the control. In order to save time during measurement / arranging, I make use of the IsMeasureValid and IsArrangeValid properties on UIElement, but these properties don't exist on the Silverlight counterpart of UIElement. Can somebody please tell me how to get the equivalent functionality in Silverlight ?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.