If I enlarge a MonthCalendar it starts to display multiple month calendars at the same time:
Is there a way to enlarge a MonthCalendar so that it keeps displaying a calendar for only a single month?
If I enlarge a MonthCalendar it starts to display multiple month calendars at the same time:
Is there a way to enlarge a MonthCalendar so that it keeps displaying a calendar for only a single month?
You can force to display only one month by setting the MinDate and MaxDate properties to the first and last day of the month. 
I don't think there's a way to make the month font larger. There's a SingleMonthSize property but it's readonly. You could make your own user control to display single month with custom font size.