MonthCalendar control - formatting problem

I'm using VS 2005 Beta 2 and I have a Windows form with a MonthCalendar control on it. I have the control configured to show 1 row by 1 column, essentially a single month at a time. When the application is executed, the dialog displays and the MonthCalendar control behaves as though it is to use as much space as possible to show as many rows and columns as possible. Actually viewed as a 2 x 2 matrix. What gives? Is this a known bug?

Thanks,

Bob

[456 byte] By [BobBriggs] at [2007-12-16]
# 1

Do you have the MonthCalendar Anchored to multiple sides or Docked? The MonthCalendar will display as many months as possible based on it's size. If you have it docked or anchored, this will cause it to grow and display more months.

Joe

JoeStegman at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...