Is there a way to disable the alternate month appearance on the timeline? I found a post from 2008 with some code, but it doesn't seem to work. I would like all of the days to be the same color and not alternate from month to month.
Hello ,
I am not sure how exactly you have set your UltraTimelIneView and corresponding UltraCalendarLook object, but UltraCalaendarLook object determines appearance of Infragistics schedule component (each Infragistics schedule control has a CalendarLook property ), so alternate appearance is determine by UltraCalendarLook object . If you want to reset alternate month appearance , please use AtlernateMonthAppearance property of UltraCalendarLook.
Please let me know If you have any further questions.
Yes, I am using the CalendarLook control. I cannot find any VB anywhere that explains how to get rid of the alternate month. Can you give me some help? I only found one thread in this forum about this and it was from 2008. The last post said that the sample didn't work. Maybe you have added some functionality since then?
It seems that I was not enough clear when I said “If you want to reset alternate month appearance, please use AtlernateMonthAppearance property of UltraCalendarLook.” Or your scenario is different. However I have created a small sample in order to demonstrate my previous suggestion. Please run the sample and press “Reset” button in order to riser AlternateMontAppearance . If this is not what you are looking for, please modify my sample in order to demonstrates your issue.
I tried your code change and saw no difference. I was not able to attach a screen cap to this message. If you create a timeline for today, notice how the cells for October (the current month) are WHITE and how the cells for November (the next month) are GREY. I want all cells that are working days to be WHITE.
Hello,
It seems that your scenario is very specific so please provide me a simple sample which demonstrates this issue an di will investigate this further for you.
I am waiting for your details.
I figured this one out. It was the Office 2007 Black style library. There was a section in that ISL file setting the appearance of the ScheduleDay section of the control. None of the other style libraries seemed to have this entry. Once I removed that block, everything worked properly.