Hi there,
Until now we have not wanted to display the UltraDayView with time slots of less than 30 mins which has displayed very nicely at our default user resolution of 1024x768 with an UltraMonthMulti, an UltraWeekView and an UltraMonthSingle all on the same page.
Now I have been asked to allow the time slots to be as little as 5 minutes and the resulting view of the day is reduce to about 2.5 hours with vertical scrollbars to bring the rest into view. I had thought the MinimumVisibleTimeSlots property would allow me to specify the total number of available slots, but this seems to have no effect at all.
Is there another way I can ensure that all slots are visible, regardless of how squashed this might look?
Regards, Jim.
You can reduce the number of time slots displayed by the control using the UltraDayView.CalendarInfo.LogicalDayDuration property, but no, you cannot reduce the height of time slots any smaller than about 20 pixels. If you like you can submit a feature request for the ability to do this via a property setting.