Is it possible in anyway to specify which month is to be displayed first in a Month Calendar when you are displaying more than one month at a time?
I've seen similar questions but none have ever been answered, instead they have been given a workaround solution for their task at hand. I would like a simple "yes like this..." or "no because ..."
I've tried
monthCalendar.TodaysDate
monthCalendar.MinDate
monthCalendar.MaxDate
monthCalendar.SetDate
monthCalendar.SelectionStart
monthCalendar.SelectionEnd
none of which properly move the month holding the selected date to the beginning. The month with the selected date is always the last month to be displayed which is no good when wanting to select future dates.
EDIT 5/29/2015
It appears that this problem only happens when trying to set the MonthCalendar with a future date of the current year (2015). A good example date to try is 7/20/2015.