Developing a (very) Lookless Silverlight Radial Gauge Control
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 control.
Today I had to get up far too early [...]
Silverlight MultiBinding updated, adding support for ElementName and TwoWay binding
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 Silverlight 4. This technique allows you to perform the same kind of multibindings which [...]
Silverlight MultiBinding solution for Silverlight 4
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.
MultiBinding is a WPF feature that allows you to bind a single property to a number of sources, with the source values being combined [...]
