How can i change the background color of the header section of the WPF toolkit datepicker control? Since the Default color is dark blue and the foreground is in black, it seems a bit difficult to read the text.
Thanks in advance.
How can i change the background color of the header section of the WPF toolkit datepicker control? Since the Default color is dark blue and the foreground is in black, it seems a bit difficult to read the text.
Thanks in advance.
just see this link http://msdn.microsoft.com/en-us/magazine/dd882520.aspx
the code can be download from http://code.msdn.microsoft.com/mag200906Foundations
hope this can help you.
hi, I was able to get the default template of the datepicker control using Blend. Just needed to change the style to the appropriate color and set the datepicker's Calander style to it.