-1

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

1 Answers1

0

Your use was correct, you should set the CalendarDimensions property. Make sure there is enough room on the form for the new dimension though.

enter image description here

This will display 2 columns and 2 rows of MonthCalendars, provided there is enough room.

Saragis
  • 1,782
  • 6
  • 21
  • 30
  • You can also anchor the calendar in ways to allow it to change the number of months shown as the user changes the form size. – rheitzman Jul 16 '15 at 21:30