in Uncategorized

More on Layout Differences Between Setting RenderTransform vs. TransformDecorator

Filipe shows the layout difference between applying a straight Transform to a UIElement’s RenderTransform and nesting the element in a TransformDecorator with AffectsLayout=”True”. He doesn’t show it, but it’s important to note that TransformDecorator with AffectsLayout=”False” results in the same effect as a straight RenderTransform, making it pretty much senseless to use in that case since the layout difference is pretty much the only reason to use the TransformDecorator in the first place.

Leave a comment

Comment

  • Related Content by Tag