hi,
I want to reduce the height of dayview timeslots so that more timeslots can be shown in one vertical view. Will I need to decrease the font of the ultradayview? How is that done.
Thanks,
..ab
jangroup said:...but it doesnt effect the height of the timeslots
yes please share a code snippet, I got to:
ultraCalendarLook1.AppointmentAppearance.FontData.SizeInPoints
which controls the font size but it doesnt effect the height of the timeslots. I want to see the minimum height that you mentioned and how does it look like and it solves my problem or not.
Do you have a short code snippet for that? I get to
UltraDayView
.CalendarLook.AppointmentAppearance.NowWhat?
Any help would be appreciated.
UltraDayView uses the AppointmentAppearance of the associated UltraCalendarLook (exposed through the CalendarLook property) to determine the time slot height, but it enforces a minimum height of 20 pixels, so you can't get it any smaller than that.
Note that you can use the UltraDayView.CalendarInfo.LogicalDayDuration property to reduce the number of time slots the control displays, so if there is a contiguous range of time that your application does not use, you can eliminate it, thus leaving more room for the remaining time slots.