Hi,
i want to colorize the special dates in the DateNavigator with different specific colors.
Their is an example project attached to this question.
Actually it is no problem to colorize them intialy with a ControlTemplate for the DateNavigatorCalendarCellButton and a Converter.
The Converter checks the date of the CellButon and
sets the specific color.
My Converter expects a IDayColorizer Object as value parameter to call the extern colorization logic.
In the example it is the Window itself.
But the CellButtons loose their colors after a change of the current month in the DateNavigator.
The Converter is not called again.
I tried different approaches (Style, DataTrigger, Converter in ContentContainer) but the behaviour is still the same.
So i missed something but i can't image where the problem is.
Thank You.