I am wondering, ig there is way to hide staurday and sunday even in a TimelineView.
I had already played around with
CalendarInfo.DaysOfWeek.Item(UltraWinSchedule.DayOfWeekEnum.Saturday).Visible = false
and
CalendarInfo.DaysOfWeek.Item(UltraWinSchedule.DayOfWeekEnum.Saturday).Enabled = false
but the only goal i reached was to disable the days, but there are still visible.
Any ideas?
Hello,
Thank you for your patience.
The UltraTimeLineView doesn't support hiding days (weekends in this case), since doing so would interrupt the continuity of the timeline. However, you may be able to acheive this functionality whit a creation filter. To learn more about creation filters, please visit our help documentation found using the link below:http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=Win_Creation_Filter.html
Please let me know if you have any questions regarding this matter.
I will be happy to assist you with your concern.
I am currently investigating your request and will provide you with an update on this tomorrow.
Hm, good to see, that I am not alone.
But where are the developers?
I would like to be able to do this as well.
Rich