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?