XamOutlookCalendarView: how to configure working hours for ShowWorkingHoursOnly. For example how can the working hours be set from 6am - 8pm?
Hello Jesse,
Thank you for your post. I have been looking into it and have created a small sample for you. In the sample application the WorkingHours time range is set in the xamScheduleDataManager. Here is a link to our documentation, where you can find more information about setting the working hours: http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamSchedule_Using_Manager_Working_Hours.html.
Please refer to the attached sample application and feel free to let me know if you have any further questions on the matter.
Thanks for the reply. This seems to work when the XamOutlookCalendarView initially loads. However, as soon as the user interacts with the calendar, such as to scroll down/up... The time range resets to the default 24 hour range. When combining the ShowWorkingHoursOnly=true with this example code the same result happens where the time range looks good on load, but resets to the 8-5 time range as soon as the user scrolls.