Silverlight

MVVM: Using a Timer in your ViewModel

Binding / Coding / MVVM / Silverlight / WPF

Yesterday I found myself needing to periodically sample data for a real-time chart and realized that the “Timer” classes in System.Threading and System.Windows didn’t quite work as expected, raising... Read More

Double-Click Event in Silverlight on FrameworkElement

Coding / Silverlight / WPF

I was rather astonished at the lack of a double-click event in Silverlight despite its existance in WPF (that I’m aware of). I’ve looked at quite a few solutions... Read More