Is it possible to change background color of certain dates in Calendar control dropdown? e.g. in a month, dates 1,2 & 6 have back color red, 3,14,16 have blue, etc.
You can use the CalendarDayStyleSelector and CalendarItemStyleSelector as is demonstrated in the Feature Browser sample that ships with the product. The specific sample is xamMonthCalendar->Theme and Custom Styles->Selectively Styling Calendar Items.
Hello,
You can create a style for the CalendarDay element and bind the Background property to its Value with an IValueConverter and return a different brush depending on that value.