A Circular ProgressBar Style using an Attached ViewModel
Colin Eberhardt, February 7th, 2011
This blog post describes how to re-template the Silverlight ProgressBar control to render a circular progress indicator. This approach uses an attached view model to circumnavigate some of the limitations of the ProgressBar design. This blog post describes the creation of the following funky styles for the ProgressBar (and a bit of a rant about [...]
Developing a Lookless Silverlight Gauge Control (part 2)
Colin Eberhardt, October 20th, 2010
In a previous blog post I described the process of creating a lookless gauge control. I introduced the concept of an attached view model which separates view specific concepts from the control. In this post I demonstrate how this allows for great flexi…
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…

