Archive for category Development
Organizing Generic.xaml
Posted by Ramon in Development on August 18, 2010
WPF assemblies that use themes for the default control style can often become large. This post explains how to fix that problem.
TabControl’s ContentTemplate cannot be changed dynamically
Posted by Ramon in Development on July 28, 2010
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.
Beware of routed events
Posted by Ramon in Development on July 23, 2010
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 [...]
Windows Phone 7 SDK
Posted by Ramon in Development on July 17, 2010
Microsoft shipped the Windows Phone 7 SDK this week. Let’s take a first look at it…
WPF Control Development Unleashed
Posted by Ramon in Development on October 6, 2009
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.