Developing a (very) Lookless Silverlight Radial Gauge Control
Colin Eberhardt, August 19th, 2010
This blog post describes the development of a lookless radial gauge control. In this post I will explore the use of an attached view model in order to move view specific properties and logic out of the control code in order to give a truly lookless con…
Silverlight MultiBinding updated, adding support for ElementName and TwoWay binding
Colin Eberhardt, August 12th, 2010
This blog post describes an update to the Silverlight 4 MultiBinding technique I blogged about a couple of months ago to add support for ElementName binding and TwoWay binding. A few months ago I posted an update to my MultiBinding solution for Silverl…
Silverlight MultiBinding solution for Silverlight 4
Colin Eberhardt, May 10th, 2010
In this post I describe an update to the Silverlight MultiBinding solution I presented last year. This update includes support for Silverlight 4, attached properties and multiple bindings on a single object. UPDATE: I have updated this code to include …
Silverlight MultiBindings, How to attached multiple bindings to a single property.
Colin Eberhardt, June 25th, 2009
This blog posts describes a technique for associating multiple bindings with a single dependency property within Silverlight applications. WPF already has this functionality in the form of MultiBindings, the code in this post emulates this function. UP…

