Posts tagged with wpf

Jan 13 2012

A Dynamic DataTemplate Generator for WPF

A DataTemplateSelector that will generate a DataTemplate on the fly from your object's properties.

wpf xaml
Oct 12 2011

A Touch-Scrolling Attached Behaviour for ScrollViewer

A quick-and-dirty way to make lists scrollable by dragging

wpf
Oct 7 2011

MadProps.MvvmLight 2.0.0

Version 2.0.0 of MadProps.MvvmLight is out! Here's the good oil.

mvvm wpf silverlight
Jul 7 2011

The MadProps.MvvmLight ScreenConductor

A new addition to the MadProps.MvvmLight contrib project

mvvm wpf silverlight
Jun 3 2011

Stupid Dynamic Tricks

How I learned to stop worrying and love the dynamic keyword in C#.

c# dynamic comicster .net wpf
Feb 17 2011

Blocking a User with Coroutines

An example of using coroutines with MVVM Light in Halfwit

mvvm halfwit coroutines wpf
Feb 4 2011

Customizing the WPF DatePicker's Watermark

WPF's DatePicker control has an annoying "Select a date" watermark which you can't customize. OR CAN YOU?

wpf datepicker
Jan 12 2011

CommandBindings with MVVM

A way to use traditional WPF routed commands with the MVVM pattern.

.net wpf mvvm commands
Jan 10 2011

Memory Usage, Autofac and Transient Objects

Seeing high memory usage in your Autofac-driven application? This might explain why.

.net wpf autofac halfwit
Jan 10 2011

ViewModel Resolution with Autofac

How I use Autofac to determine the correct ViewModel to use for a given Model object.

.net wpf autofac mvvm
Jan 5 2011

MVVM Light Activities and Exceptions

How should my MVVM Light Coroutine support handle exceptions?

.net wpf mvvm coroutines
Jan 1 2011

MVVM Light ActivityCommand

Let's make better use of our coroutine support in MVVM Light

.net mvvm wpf coroutines
Jan 1 2011

MadProps.MvvmLight

My contrib project to GalaSoft's MVVM Light Toolkit

.net mvvm wpf coroutines
Dec 31 2010

Coroutines with MVVM Light

A simple approach to mimicking Caliburn's coroutines with MVVM Light

.net mvvm wpf coroutines
Dec 24 2010

ThumbnailImage - A WPF Custom Control

A WPF custom control that caches a thumbnail of the given image.

.net wpf controls thumbnail image comicster
Dec 6 2010

TweetSharp Entities

TweetSharp v2 introduces support for "Twitter Entites". Here's a first look.

tweetsharp twitter c# .net wpf
Nov 16 2010

Focus a Virtualized ListBoxItem

WPF's UI Virtualization is great, but it can play havoc with keyboard focus. Here's a tip!

wpf focus ui
Nov 9 2010

Halfwit Loses Dynamic Columns

The next version of Halfwit will lose a feature but gain performance!

halfwit wpf ui
Jul 27 2010

Give WPF's DatePicker some Keyboard Love

Extend the WPF Toolkit's DatePicker control with new keyboard shortcuts.

wpf datepicker .net c#