Separating Content and Presentation with the ContentControl
3 comments
/
posted by
Phil Middlemiss
on
May 26, 2010 (more than a year ago)
This article is compatible with the latest version of Silverlight. Introduction The ContentControl is often overlooked when building Silverlight apps. It’s used inside many controls such as the Button or ChildWindow, but it also turns out to be quite useful on it’s own for separating content from presentation. Here is a sample of the technique I will be describing. The buttons swap between two com ...