Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

Retemplating a Standard Control (Including VisualStateManager Stuff)

This example demonstrates how to give a Button new visuals and visual state by re-templating. It also includes what to do with all of the existing VisualStateManager stuff, but first it discusses various ways of modifying existing controls. There are
Posted by Dave Relyea | 2 Comments

Attachment(s): EllipseButton.zip

Silverlight Layout Fundamentals Part 2 - Layout Containers

In Layout Fundamentals Part 1 , I started slowly, and demonstrated the need for a layout system. I touched on what it can do for you, and layout containers and properties. This post covers the layout containers and some layout concepts in a bit more detail.

Silverlight Layout Fundamentals Part 1 - What is Layout?

This is the first part of a series of articles on Silverlight 2's layout system. I'm going to start off slowly, and demonstrate the need for a layout system, then explain some more about what "layout" actually is and what the Silverlight 2 layout
Posted by Dave Relyea | 3 Comments
Filed under: ,

Layout Transitions - An Animatable WrapPanel

I've been playing around with RenderTransforms and decorators and such to make layout transitions, but for this WrapPanel, my goal was to introduce no additional UI elements, animations or transforms. I also wanted to use some easing equations to do some
 
Page view tracker