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
320
Adjust height of a DayView Timeslot
posted

Is there a way to change the height in pixels of a timeslot?

I've seen other posts that refer to changing the font size.  Which appearance do I change the font on to change the size of the Timeslot?  Can I tell programmatically the height in pixels of the timeslot after changing the font size?

Thanks,

Dave

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello ,

     

    UltraDayView’s timeslots are designed to calculate their height based on the FontData object (font size), the property which you are looking for is:

     UltraDayView1.Appearance.FontData.SizeInPoints = 18;

     

    Please let me know if you have any further questions or if I am missing something.

Children
No Data