I'm trying to display more than one month on run using MonthCalendar, I set the property of CalendarDimensions Width = 1, Height = 2, but after run it gets back to one month only.
Thanks in advance
I'm trying to display more than one month on run using MonthCalendar, I set the property of CalendarDimensions Width = 1, Height = 2, but after run it gets back to one month only.
Thanks in advance
Your use was correct, you should set the CalendarDimensions property. Make sure there is enough room on the form for the new dimension though.
This will display 2 columns and 2 rows of MonthCalendars, provided there is enough room.