Hello
I am using ultraDayView and ultraCalenderInfo controls.
On my ulraDayView control I am showing the day 24 hours.
The height of the control is 347 px.
How can I show all the 24 hours on this 347px – on other words how can I change the control time slot resolution?
Thanks
Hello again
As I need to display per 30 minutes on the time slot control:
I did tried the
ultraDayView1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints = 1;
the font did change but the cell didn’t tock any effect:
thanks
You can set the TimeSlotInterval property to 'SixtyMinutes' to reduce the number of TimeSlots necessary to depict the number of hours in the day.
You can use the UltraDayView.CalendarInfo.LogicalDayDuration property to reduce the number of hours that the control displays.
The height of the time slots cannot be modified directly, as their height must be coupled to the height necessary to display appointment text. If you set the UltraDayView.CalendarLook.AppointmentAppearance.FontData.SizeInPoints property, you can change the size of the font used for appointment text.