If you attended the NETDUG user group meeting last Thursday night and would like to download the sample code for my Silverlight/WPF Multi-Targeting...
Category - WPF
If you attended the BSDG user group meeting last night and would like to download the sample code for my Silverlight/WPF Multi-Targeting...
Extending the ObservableCollection to add navigation methods such as MoveFirst, MoveNext, MoveLast, and MovePrevious.
Recently, I had the need to navigate a list by using methods such as MoveFirts, MovePrevious, MoveNext, and MoveLast while at the same time keeping...
Here is the sample code for last Thursday’s WPF Event Routing presentation. Download Sample Code I know I covered the subject fast, but I was in a...
Okay, so I needed a very simple and clean loading animation for a multi threaded application I was working on to notify the user that something was...
I can’t count the number of times someone has asked me about running a time consuming task on a separate thread, but at the same time show a progress...
You probably have had the need to sort an ObservableCollection at some point in one of your applications by either ascending or descending order...
Okay, so I have been asked this question more than almost any XAML related question in the past few weeks; How do I debug XAML? The problem with...
Do you have a WPF application that just seems to be slow in some areas and have no idea on how to track it down? Enter the WPFPerf profiling tool...
So you want to format the output of information but don’t want do it in code behind or write a value converter to do it. Well, good news...