November 15, 2008 WPF Data Templates Part 4 – Template Selectors *Note – Class Definition and sample data used in this example are provided in this previous blog post. Template Selectors allow you to switch…
November 15, 2008 WPF Data Templates Part 3 – Switching Data Templates at Runtime *Note – Class Definition and sample data used in this example are provided in this previous blog post. It’s a known fact that users…
November 3, 2008 WPF Data Templates Part 2 – Value Converters Sometimes the value you want to display needs to be transformed from the original data before being bound to a XAML element. For instance,…
November 2, 2008 WPF Data Templates Part 1 – Introduction to WPF Data Templates Look Ma! WPF can look like Windows Forms too! WPF contains many similar controls that you will find in your Windows Forms toolbox. If…
November 2, 2008 Defining your Objects with XAML in Resources to enhance your Design Time Experience XAML is an extremely powerful markup tool. A less known fact is that it is possible to instantiate instances of your classes directly in…