Undocumented Silverlight 2 Beta 2 layout changes?
Both Slideshow 2 previews (available here and here) are now running on Silverlight 2 Beta 2. However, there seem to be some issues with the layouting system. Things worked fine in Beta 1 and no longer in Beta 2. I haven't found any documentation on this yet and I don't know the exact cause. I'm pretty sure it has something to do with changes in the handling of MeasureOverride and ArrangeOverride. Will let you know when I figured it out.
2 Comments
Eric said:
I ran in to a few similar issues. At least one of them seems to involve a change in the timing of when ActiveHeight and ActiveWidth get set (now slightly later in the cycle). One place where I was using them to calculate the required scaling for a ScaleTransform caused issues because they were 0d on the first pass instead of the placed size.
Koen said:
Eric: thanks for sharing!

