Browse by Tags

All Tags » silverlight » expression blend
  • Best Practices for Themes in Modular Silverlight Applications

    When building large Silverlight applications, it makes sense to build sets of styles that can be shared across the application. Many examples on the web illustrate placing these in the App.xaml file and then you are off to the races. Unfortunately, when you are building modular applications, it's not that simple. The dependent modules still ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 15, 2010
  • Silverlight Behaviors and Triggers: Making a Trigger Action

    So far we've explored how to use dependency properties and attached properties to create reusable behaviors and triggers. I showed you recently how to refactor an attached property to use the Behavior base class instead. Today, we'll look at the TriggerAction that is also available in System.Windows.Interactivity (either as a part of Expression ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 11, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems