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
275
how can I change the control time slot resolution?
posted

 

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

 

 

Parents
  • 69832
    Offline posted

    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.

Reply Children