Hi,
1. I am having problems with handling transparancy in the UltraMonthViewMultiple control. Basically, I need a medium alpha level on all elements on the control, including month header, calendar, etc. It seems like the control alpha blend up against a black background, and also the month header is not affected at all. How do I makefull alpha blending with my forms background?
2. I want to set background color, and font details for the month header. How do I set the appearance of the month header?
Thanks in advance,
Thomas
I don't know about your first question, but the second one I can help with.
You need to set the properties of the CalendarLook object for MonthHeaderAppearance:
this.ultraCalendarLook1.MonthHeaderAppearance.ForeColor = System.Drawing.Color.White;