WPF

Introducing the WPF 4 Calendar Control

WPF 4 now includes, in the core runtime libraries, the calendar control. This control previously existed only in the WPF Toolkit, but has been promoted in the...

0 replies - 604 views - 10/26/09 by Psychlist1972 in News

.NET Fireside Chats: Christopher Bennage on the 'Getting Started with WPF' Refcard

Yesterday, DZone released it's latest Refcard, Getting Started with Windows Presentation Foundation, co-authored by Christopher Bennage and Rob Eisenberg....

1 replies - 603 views - 09/29/09 by alashcraft in Articles

Data Binding with WPF: Binding to XML

This article is taken from WPF in Action with Visual Studio 2008 from Manning Publications. It demonstrates how binding to XML in WPF is extremely easy. For...

0 replies - 1871 views - 09/17/09 by alashcraft in Articles

Service Locator in MVVM

While doing MVVM one of the common problems to solve is to have the ViewModel consume entities that are “replaceable”. Let me give you an example so that...

0 replies - 535 views - 09/07/09 by Marlon Grech in News

How to Get the EventArgs as a CommandParameter Using the AttachedCommandBehavior

I have been asked many times how can I get the event args as a command parameter when using the AttachedCommandBehaviour. Well the library does not support...

0 replies - 435 views - 07/06/09 by Marlon Grech in News

Graph Visualization Library yFiles WPF 2.0

yWorks announces yFiles WPF version 2.0, the new major release of its outstanding WPF visualization library

0 replies - 465 views - 06/05/09 by Sebastian Mueller in Announcements

Sync Multi Select Listbox with ViewModel

Today one of my colleagues at Infusion asked me how he could sync up the selection of a ListBox with his ViewModel. WPF supports already single mode selection...

0 replies - 754 views - 06/02/09 by Marlon Grech in News

Formatting Your WPF Data – String.Format is in the House!

Hi.When working with WPF I always found myself thinking how to handle Data formatting when a WPF control was bound to it. Let’s look at the following example...

0 replies - 832 views - 05/28/09 by AmitDev102 in News

The Influence of MVC on my WPF

I was introduced to MVC as a pattern for Web development through Castle MonoRail. From there I studied a bit of Ruby on Rails (not enough) as well as the...

0 replies - 958 views - 05/07/09 by bennage in News

Silverlight/WPF: Implementing PropertyChanged with Expression Tree

Source Code: RaisePropertyChangedExample.zip [94.4 KB] Credits: Thanks to Paul Strong and Soe Moe for sharing this code with me.

0 replies - 823 views - 04/10/09 by Michael Sync in News

Don’t Use a WPF Control in Windows.Resource

Hi   Here is a problem that one of my colleagues who is just starting to use WPF got himself into. He was working on an application that displays items...

0 replies - 697 views - 04/03/09 by AmitDev102 in News

How to Re Style the AvalonControlsLibrary DataGridView

I received an email from 3 different persons asking me how to restyle the column headers of the DataGridView Control of AvalonControlsLibrary so I decided to...

0 replies - 493 views - 03/17/09 by Marlon Grech in News

Building a WPF Application: Part 6

I opened up the ChumChase code this evening with the sad realization that my last commits were on November 14th. Ouch. In reading over the code, something...

0 replies - 609 views - 03/12/09 by bennage in News

Win Your Copy - WPF In Action with Visual Studio 2008

Part one is used to spend a bit of time explaining this history of drawing in Windows, and as well what brought development to the point it is with regard to the need for and implementation of WPF as...

3 replies - 1770 views - 03/04/09 by izzyschwartz in Book Reviews

Building a WPF Application: Part 5

About 5pm today I was burnt-out from some difficult work on a particular client's project. Our last four projects have all been WPF with an emphasis on UI and...

0 replies - 880 views - 02/27/09 by bennage in News