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?
I would like to be able to do this as well.
Rich
Hm, good to see, that I am not alone.
But where are the developers?