MonthCalendar - how to cancel the blue square?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can I cancel the blue square (which mark today's day) in MonthCalendar?

I've 3 MonthCalendar controls and i want that only the first will mark the
day.

Thanks,
Gidi.
 
Hi Gidi

Would changing the style of the calendar so that the selected day has
the same background colour of your calendar and the text is the same as
the default colour as well. This way it would still be there but
effectively be invisible??

Dave
 
First; a better approach is to simply change the CalendarDimensions.Width;
this gives you <x> side by side, without having to worry about all the
gunk - plus it moves them together.

From what I can see, the blue square seems to be the SelectionRange; the
*red* square is today. You can turn off "today" using ShowToday and
ShowTodayCircle, or just move the selection range so it is outside of the
displayed portion.

Perhaps ;-p
 
Back
Top