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
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.