.NET news » WPF WPF Rss Feed

WPF Toolkit DataGrid supporting multiple column sets

WPF Toolkit DataGrid supporting multiple column sets
12 Jul 2010, 12:42:00   Source: WPF Toolkit DataGrid supporting multiple column sets   Tags: WPF

WPF Localization Using RESX Files

Localize text, images, and any other WPF property using standard RESX files
30 Jun 2010, 04:57:00   Source: WPF Localization Using RESX Files   Tags: WPF

WPF: Calendar and Datepicker

Animated and themed calendar and datepicker controls
20 Jun 2010, 16:22:00   Source: WPF: Calendar and Datepicker   Tags: WPF Components

Defining WPF Adorners in XAML

Examines a custom class that allows adorners to be defined in XAML
19 Jun 2010, 19:02:00   Source: Defining WPF Adorners in XAML   Tags: WPF

Native WPF 4 PropertyGrid

Repackage of Workflow Foundation's property grid for general use
14 Jun 2010, 16:44:00   Source: Native WPF 4 PropertyGrid   Tags: WPF

Achieve loose coupling with the WPF/Silverlight EventBroker

Using attached properties in WPF or Silverlight to loosely couple UI element events to arbitrary code.

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.
6 Jun 2010, 19:00:00   Source: Generating Graphs with WPF   Tags: WPF Graphics

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.
4 Jun 2010, 11:58:00   Source: Using lambdas for WPF animation   Tags: Graphics WPF Silverlight

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.
4 Jun 2010, 06:40:00   Source: A WPF custom control for zooming and panning.   Tags: WPF

Automatic WPF Toolkit DataGrid Filtering

This article discusses a component that enables automated content filtering for the WPF Toolkit DataGrid.
21 May 2010, 06:32:00   Source: Automatic WPF Toolkit DataGrid Filtering   Tags: WPF