views:

431

answers:

1

From this article http://msdn.microsoft.com/en-us/magazine/dd882520.aspx I wanted to create a list of selected days like he did. Except my list is not static and putting it in the converter seems smelly. Has anyone done something similar with the WPF toolkit calendar control? Or are we trying to use this control for something more than what it is intended?

A: 

Use a MultiValueConverter which takes a DateTime and a list of special days.

Wallstreet Programmer