In a previous post and video, I went through how to use
the stock easing functions in your WPF 4 applications. Now, let’s look at how to create
your own...
0 replies - 267 views - 11/10/09 by Psychlist1972 in News
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 - 709 views - 10/26/09 by Psychlist1972 in News
Yesterday, DZone released it's latest Refcard, Getting Started with Windows Presentation Foundation, co-authored by Christopher Bennage and Rob Eisenberg....
1 replies - 627 views - 09/29/09 by alashcraft in Articles
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 - 2169 views - 09/17/09 by alashcraft in Articles
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 - 554 views - 09/07/09 by Marlon Grech in News
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 - 476 views - 07/06/09 by Marlon Grech in News
yWorks announces
yFiles WPF version 2.0,
the new major release of its outstanding WPF visualization library
0 replies - 520 views - 06/05/09 by Sebastian Mueller in Announcements
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 - 817 views - 06/02/09 by Marlon Grech in News
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 - 878 views - 05/28/09 by AmitDev102 in News
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 - 972 views - 05/07/09 by bennage in News
Source Code: RaisePropertyChangedExample.zip [94.4 KB]
Credits: Thanks to Paul Strong and Soe Moe for sharing this code with me.
0 replies - 867 views - 04/10/09 by Michael Sync in News
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 - 721 views - 04/03/09 by AmitDev102 in News
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 - 513 views - 03/17/09 by Marlon Grech in News
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 - 620 views - 03/12/09 by bennage in News
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 - 1878 views - 03/04/09 by izzyschwartz in Book Reviews