次の方法で共有


Lying to the layout system for a good cause [Bringing LayoutTransform to Silverlight 2!]

**

This blog has moved to a new location and comments have been disabled.

All old posts, new posts, and comments can be found on The blog of dlaa.me.

See you there!

LayoutTransformControl.zip

Comments

  • Anonymous
    May 27, 2008
    SilverlightのコントロールにはRenderTransformはありますが、LayoutTransformはありません。前者はレイアウトされた後で回転などの座標変換が適用されるので、レイアウトが正しく行われません。後者はレイアウト前に適用されるので、座標変換後のコントロールに対しレイアウトが正しく行われます。

  • Anonymous
    May 28, 2008
    Two posts on the Layout system this morning: Dave Relyea and David Anson. From SilverlightCream.com

  • Anonymous
    June 02, 2008
    I found a very good post: How to do LayoutTransform in Silverlight. Currently Silverlight supports RenderTransform

  • Anonymous
    July 02, 2008
    In the introductory post for LayoutTransformControl , I showed a trivial use case to demonstrate the

  • Anonymous
    July 09, 2008
    The comment has been removed

  • Anonymous
    July 09, 2008
    My apologies. I came to this post from somewhere else, and didn't notice that you'd posted an updated version.

  • Anonymous
    September 26, 2008
    Hey Delay! This was an amazing post.  I've made use of it and have noticed that it broke with RC0.  They have made the constructors of Transform internal.  Please let us know if you plan to update this yourself. Otherwise if you post a technical discussion of how LayoutTransformControl works it would make my tracing into the code a little easier. 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!

  • Anonymous
    September 26, 2008
    coughlinj, 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. Thanks for your patience!

  • Anonymous
    September 28, 2008
    In the introductory post for LayoutTransformControl and the feature-enhancing follow-up , I gave a variety

  • Anonymous
    November 18, 2008
    I'd almost finished patting myself on the back for managing to implement WPF's LayoutTransform on Silverlight

  • Anonymous
    November 20, 2008
    When I first wrote about adding full LayoutTransform fidelity to Silverlight with my LayoutTransformControl

  • Anonymous
    March 02, 2009
    I'm a believer in the power of LayoutTransform - so much so that I wrote a control to graft this capability

  • Anonymous
    April 09, 2009
    I came across a question on the Silverlight Toolkit support forum yesterday asking how to animate the

  • Anonymous
    June 29, 2010
    Hello, Thank you for the great job. I downloaded the code you provided and tried to make it work in my Silverlight 4 application, but got some compilation errors. Do you have plans to upgrade your control to properly support it? Thanks in advance, Igor Kondrasovas.

  • Anonymous
    June 30, 2010
    Igor, For Silverlight 3 and Silverlight 4, you can use the LayoutTransformer control that comes with the Silverlight Toolkit. It's my LayoutTransformControl with a different name and a slightly different API. I've written more about this here: blogs.msdn.com/.../a-rose-by-any-other-name-layouttransformcontrol-on-track-to-ship-in-the-silverlight-toolkit-under-the-name-layouttransformer.aspx Alternatively, you can upgrade to one of the more recent releases from my blog or take the source from the Silverlight Toolkit instead. Hope this helps!