C# monthCalendar resize

Associate
Joined
3 Jan 2006
Posts
522
Location
The Undercroft
I'm trying to rewrite an ASP.NET app into a Windows app but am having problems with the monthCalendar control.
I simply cant resize the control while keeping only 1 month visible (1,1), - resizing seems to force more months to be shown instead of the current month being expanded (increased font size, spacing ect). Searches reveal this is a issue caused by Vista but suggests no solutions or workarounds.
I'm using VS2005 .NET 2.0 in Vista. Is there a way to tell the form to use XP formatting or something? Anyone come accross this before?
 
Back
Top Bottom