Josh Smith posted a tutorial on
creating and displaying a matrix using a custom control in WPF. Not only does he use the control, he explains how it works and the thinking behind the architecture. And as expected from Josh, there si a full seperation of model, control and a template
based presentation.