Reputation: 44326
When I display my Calendar, I select a certain date by default:
myCalendar.SelectedDate = myDateTime;
The problem is that the month that is displayed doesn't change. It stays at the current month. I searched high and low for a way to display a certain month.
How can I force the Calendar to display the month that contains the selected date?
Upvotes: 3
Views: 6371