i have a problem with WPF Binding. I want to bind a list of Months to a ItemsControl that shows a Calendar Control for each month. But each rendered Calendar shows DateTime.Now,
Try binding to SelectedDate instead of DisplayDate. Alternatively, see if it works better if you set IsTodayHighlighted="false".