<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx</link><description>People who want to rotate visual elements in Silverlight 2 are likely to use RotateTransform within RenderTransform - but they may not always get the results they expect! For example, using RenderTransform to achieve the following effect: Actually renders</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Silverlight 2 LayoutTransformControl</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8555613</link><pubDate>Wed, 28 May 2008 02:22:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8555613</guid><dc:creator>川西 裕幸のブログ</dc:creator><description>&lt;p&gt;SilverlightのコントロールにはRenderTransformはありますが、LayoutTransformはありません。前者はレイアウトされた後で回転などの座標変換が適用されるので、レイアウトが正しく行われません。後者はレイアウト前に適用されるので、座標変換後のコントロールに対しレイアウトが正しく行われます。&lt;/p&gt;
</description></item><item><title>Silverlight Cream for May 28, 2008 -- #286</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8556558</link><pubDate>Wed, 28 May 2008 16:52:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8556558</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;Two posts on the Layout system this morning: Dave Relyea and David Anson. From SilverlightCream.com&lt;/p&gt;
</description></item><item><title>LayoutTransform control in Silverlight 2</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8569975</link><pubDate>Mon, 02 Jun 2008 21:53:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8569975</guid><dc:creator>XAML, WPF, Silverlight, .NET, Office 2007, Windows</dc:creator><description>&lt;p&gt;I found a very good post: How to do LayoutTransform in Silverlight. Currently Silverlight supports RenderTransform&lt;/p&gt;
</description></item><item><title>The layout system lies have become a bit more elaborate [LayoutTransform functionality updated and enhanced for Silverlight 2 Beta 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8683087</link><pubDate>Thu, 03 Jul 2008 12:02:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8683087</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;In the introductory post for LayoutTransformControl , I showed a trivial use case to demonstrate the&lt;/p&gt;
</description></item><item><title>re: Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8715397</link><pubDate>Thu, 10 Jul 2008 08:13:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715397</guid><dc:creator>kettch</dc:creator><description>&lt;p&gt;Has this been tested on Beta 2? I don't know enough about how dependency properties and PropertyMetadata to debug this properly. In the LayoutTransformControl.cs file, I'm getting the following:&lt;/p&gt;
&lt;p&gt;Error	1	The best overloaded method match for 'System.Windows.DependencyProperty.Register(string, System.Type, System.Type, System.Windows.PropertyMetadata)' has some invalid arguments	C:\Software Projects\Samples\SilverlightLayout\LayoutTransformControlSilverlight\LayoutTransformControl.cs	36	69	LayoutTransformControlSilverlight&lt;/p&gt;
&lt;p&gt;Error	2	Argument '4': cannot convert from 'System.Windows.PropertyChangedCallback' to 'System.Windows.PropertyMetadata'	C:\Software Projects\Samples\SilverlightLayout\LayoutTransformControlSilverlight\LayoutTransformControl.cs	37	80	LayoutTransformControlSilverlight&lt;/p&gt;
&lt;p&gt;And then again when it tries to set the AngleProperty dependency.&lt;/p&gt;
</description></item><item><title>re: Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8715527</link><pubDate>Thu, 10 Jul 2008 08:50:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8715527</guid><dc:creator>kettch</dc:creator><description>&lt;p&gt;My apologies. I came to this post from somewhere else, and didn't notice that you'd posted an updated version.&lt;/p&gt;
</description></item><item><title>re: Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8966863</link><pubDate>Fri, 26 Sep 2008 21:21:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8966863</guid><dc:creator>coughlinj</dc:creator><description>&lt;p&gt;Hey Delay!&lt;/p&gt;
&lt;p&gt;This was an amazing post. &amp;nbsp;I've made use of it and have noticed that it broke with RC0. &amp;nbsp;They have made the constructors of Transform internal. &amp;nbsp;Please let us know if you plan to update this yourself.&lt;/p&gt;
&lt;p&gt;Otherwise if you post a technical discussion of how LayoutTransformControl works it would make my tracing into the code a little easier.&lt;/p&gt;
&lt;p&gt;Either way thanks a bunch for the control it was working like a charm in Beta 2 and I'm sure I'll get it going again for the RC!&lt;/p&gt;
</description></item><item><title>re: Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8966882</link><pubDate>Fri, 26 Sep 2008 21:36:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8966882</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;coughlinj,&lt;/p&gt;
&lt;p&gt;Thank you for the kind words! I'm aware of the breaking changes with RC0 and hope to release an update of LayoutTransformControl very soon. I'd actually begun working on this some time ago, but was blocked by a couple of problems that have since been fixed.&lt;/p&gt;
&lt;p&gt;Thanks for your patience!&lt;/p&gt;
</description></item><item><title>Maintaining pretenses with the layout system [LayoutTransform functionality updated for Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#8968594</link><pubDate>Mon, 29 Sep 2008 11:07:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8968594</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;In the introductory post for LayoutTransformControl and the feature-enhancing follow-up , I gave a variety&lt;/p&gt;
</description></item><item><title>An unexceptional layout improvement [Two LayoutTransformControl fixes for Silverlight 2!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#9119627</link><pubDate>Tue, 18 Nov 2008 21:35:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9119627</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;I'd almost finished patting myself on the back for managing to implement WPF's LayoutTransform on Silverlight&lt;/p&gt;
</description></item><item><title>Having problems with layout? Switch to Plan B! [LayoutTransformControl scenarios for WPF]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#9130000</link><pubDate>Thu, 20 Nov 2008 21:52:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9130000</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;When I first wrote about adding full LayoutTransform fidelity to Silverlight with my LayoutTransformControl&lt;/p&gt;
</description></item><item><title>A rose by any other name... [LayoutTransformControl on track to ship in the Silverlight Toolkit under the name LayoutTransformer!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#9455118</link><pubDate>Mon, 02 Mar 2009 23:40:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9455118</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;I'm a believer in the power of LayoutTransform - so much so that I wrote a control to graft this capability&lt;/p&gt;
</description></item><item><title>A bit more than meets the eye [Easily animate LayoutTransformer with AnimationMediator!]</title><link>http://blogs.msdn.com/delay/archive/2008/05/27/lying-to-the-layout-system-for-a-good-cause-bringing-layouttransform-to-silverlight-2.aspx#9541302</link><pubDate>Thu, 09 Apr 2009 23:04:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9541302</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;I came across a question on the Silverlight Toolkit support forum yesterday asking how to animate the&lt;/p&gt;
</description></item></channel></rss>