.NET news » WPF 
WPF Toolkit DataGrid supporting multiple column sets
WPF Toolkit DataGrid supporting multiple column sets
WPF Localization Using RESX Files
Localize text, images, and any other WPF property using standard RESX files
WPF: Calendar and Datepicker
Animated and themed calendar and datepicker controls
Defining WPF Adorners in XAML
Examines a custom class that allows adorners to be defined in XAML
Native WPF 4 PropertyGrid
Repackage of Workflow Foundation's property grid for general use
Achieve loose coupling with the WPF/Silverlight EventBroker
Using attached properties in WPF or Silverlight to loosely couple UI element events to arbitrary code.
8 Jun 2010, 07:27:00 Source: Achieve loose coupling with the WPF/Silverlight EventBroker
Tags: WPF
Silverlight
Generating Graphs with WPF
A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.
Using lambdas for WPF animation
It’s fairly easy to create and animate a graphical primitive, say by moving it from point A to point B at constant speed. But what if you need to position several graphical objects in a particular arrangement and then animate them in a non-linear fashion? Neither Silverlight nor WPF has built-in functions for this. In this article, I’ll demonstrate ways in which one can create objects and animations dynamically using lambda-delegates and higher-order functions.
A WPF custom control for zooming and panning.
This article examines the use and implementation of a reusable WPF custom control that is used to zoom and pan its content. The article and the sample code show how to use the control from XAML and from C# code.
Automatic WPF Toolkit DataGrid Filtering
This article discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.

