Silverlight 3 Flip TriggerAction

Date July 30, 2009

In this blog post I am going to create a TriggerAction which makes it incredibly simple to take two UIElements and compose them into a panel which can be flipped. I have demonstrated the technique many times, but here it is all packaged up in a nice reusable class. The following is the code I [...]

Silverlight 3 Drag Behavior

Date July 30, 2009

By now most Silverlight developers should have stumbled on a great new feature of Silverlight 3 and Expression Blends, custom Triggers and Behaviors. I seriously don’t know how I lived without them! In this blog post I am going to demonstrate a simple, yet useful, example of a behavior which allows a UIElement to become [...]