Archive for category Development

Organizing Generic.xaml

WPF assemblies that use themes for the default control style can often become large. This post explains how to fix that problem.

No Comments

TabControl’s ContentTemplate cannot be changed dynamically

Changes to the TabControl’s ContentTemplate are not propagated directly. In this post, I’ll explain what is happening and how you can fix this problem.

, ,

No Comments

Beware of routed events

WPF introduces the concept of routed events. There are different routing strategies, but the most commonly used strategy is the bubbling strategy. With the bubbling strategy, the event handlers on the event source are invoked. The routed event then routes to successive parent elements until reaching the element tree root or when a handler sets [...]

,

1 Comment

Windows Phone 7 SDK

Microsoft shipped the Windows Phone 7 SDK this week. Let’s take a first look at it…

No Comments

WPF Control Development Unleashed

Finally there is a book about WPF that doesn’t discuss the basics, but is about the advanced topics. It’s called WPF Control Development Unleashed.

,

No Comments