Search code examples
winformsfontsmonthcalendar

Cannot change font in WinForms MonthCalendar control


MonthCalendar1.Font = newFont

doesn't work if we assign a new font. The same default MS Sans Serif 8.25 is used.

Is it a know issue, and how to overcome it?


Solution

  • Yes, it is a known issue, but apart from turning off Application.EnableVisualStyles there's no way around it.