Maintaining pretenses with the layout system [LayoutTransform functionality updated for 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!
Comments
Anonymous
September 29, 2008
As Mr Burns would say, "Excellent"Anonymous
September 29, 2008
Boyan Mihaylov on SL/Amazon, David Hyde with SL Stock Portfolio, Chris Anderson with SL LOB app, JesseAnonymous
October 15, 2008
Excellent work. One addition you should mention is when you're using this with animations. In your constructor add: CompositionTarget.Rendering += new EventHandler(CompositionTarget_Rendering); your event handler void CompositionTarget_Rendering(object sender, EventArgs e) { LayoutTransformControl.TransformUpdated(); }Anonymous
October 16, 2008
RonnieMeijer, Thanks for the feedback! I don't have experience with LayoutTransformControl in that scenario, so I really appreciate the tip!Anonymous
October 19, 2008
The comment has been removedAnonymous
October 21, 2008
kettch, Your profile doesn't seem to have contact information, so I can't mail you directly. Do you think you could please put together a simple demonstration of this problem in a new project and send that to me with the "Email" link at the upper right of my blog? I'd love to investigate and see what might be going on. Thanks much for your help here!Anonymous
November 18, 2008
I'd almost finished patting myself on the back for managing to implement WPF's LayoutTransform on SilverlightAnonymous
November 20, 2008
When I first wrote about adding full LayoutTransform fidelity to Silverlight with my LayoutTransformControlAnonymous
March 02, 2009
I'm a believer in the power of LayoutTransform - so much so that I wrote a control to graft this capabilityAnonymous
April 09, 2009
I came across a question on the Silverlight Toolkit support forum yesterday asking how to animate the