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 […]

Viewbox vs. TransformDecorator for Layout

Filipe Fortes, a PM on the Avalon team over at Microsoft, has put up a couple of posts about the Viewbox and TransformDecorator with a ScaleTransform. His posts deal specifically with the different effects the two have on content layout. This is yet another part of Avalon that I see people having difficulty adjusting to. Definitely a must read for anyone who is […]

Avalon Misinformation Corrections

First go listen to this interview with Robert McLaws of LonghornBlogs fame and then here are some corrections on a few bits of misinformation given about Avalon in the interview: Avalon is not a “desktop renderer”: It is an API for designing next generation windows client applications. Part of that has to do with a new graphics and multimedia […]

Three Approaches To Coding Avalon Applications

Rob Relyea just posted up a little piece that details the three different approaches developers can take to code their Avalon applications. I’m not sure if he was working on it prior to this, but there was a question in the Avalon NG earlier today about how a Delphi person can code Avalon applications and this answers that perfectly. […]

Got Avalon or Indigo Feedback/Bugs? Let Microsoft Know!

Just noticed, via a post from Chris Sells, that the MSDN Product Feedback application is now accepting bugs for Avalon and Indigo. Here’s your chance to provide feedback and bug reports to Microsoft. Don’t like the way something works? Having problems with a certain scenario? Well this is the place to let Microsoft know now before […]