Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
reducing height of timeslots in ultradayview control
posted

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

Parents
  • 69832
    Offline posted

    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.

Reply Children