Hi, in Windows Form application I could display BoldedDates and current date.
Now, in WPF I want to display a known list of dates programmatically and not allow user to select any date. In other words this calendar is only to highlight dates from a table and not for user selection.
If I set SelectedDates programmatically, they are gone as soon as user selects a date on the gui !
How to make the calendar read-only for the user but set dates by the program?
btw, it's not fun yet using WPF calendar control, no built-in option to show full year calendar !
Thanks,
-srinivas y.
sri