Posts tagged with wpf
A Dynamic DataTemplate Generator for WPF
A DataTemplateSelector that will generate a DataTemplate on the fly from your object's properties.
A Touch-Scrolling Attached Behaviour for ScrollViewer
A quick-and-dirty way to make lists scrollable by dragging
MadProps.MvvmLight 2.0.0
Version 2.0.0 of MadProps.MvvmLight is out! Here's the good oil.
The MadProps.MvvmLight ScreenConductor
A new addition to the MadProps.MvvmLight contrib project
Stupid Dynamic Tricks
How I learned to stop worrying and love the dynamic keyword in C#.
Blocking a User with Coroutines
An example of using coroutines with MVVM Light in Halfwit
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?
CommandBindings with MVVM
A way to use traditional WPF routed commands with the MVVM pattern.
Memory Usage, Autofac and Transient Objects
Seeing high memory usage in your Autofac-driven application? This might explain why.
ViewModel Resolution with Autofac
How I use Autofac to determine the correct ViewModel to use for a given Model object.
MVVM Light Activities and Exceptions
How should my MVVM Light Coroutine support handle exceptions?
MVVM Light ActivityCommand
Let's make better use of our coroutine support in MVVM Light
Coroutines with MVVM Light
A simple approach to mimicking Caliburn's coroutines with MVVM Light
ThumbnailImage - A WPF Custom Control
A WPF custom control that caches a thumbnail of the given image.
TweetSharp Entities
TweetSharp v2 introduces support for "Twitter Entites". Here's a first look.
Focus a Virtualized ListBoxItem
WPF's UI Virtualization is great, but it can play havoc with keyboard focus. Here's a tip!
Halfwit Loses Dynamic Columns
The next version of Halfwit will lose a feature but gain performance!
Give WPF's DatePicker some Keyboard Love
Extend the WPF Toolkit's DatePicker control with new keyboard shortcuts.