I would like to write individual text into the TimeSlotDescriptorArea instead of the time values.
How does it work to show a caption for different timeslots?
Sorry, I lost track of this thread. You might be able to derive a class from MinuteUIElement, override the InitAppearance method to resolve the font size differently, and replace the MinuteUIElements with your derived instances using the IUIElementCreationFilter interface.
Any chance of getting a reply?
Thanks.
Thanks for your quick reply.
Well, it works, but it makes the minutes font grow or shrink accordingly, and the ratio between them is not maintained.In short, I managed to make the hours smaller, but now the minutes are the same size as the hours.Is there a workaround for this?
UltraDayView.TimeSlotDescriptorAppearance.FontData.SizeInPoints property to a smaller value.
Hi Brian,
How about the font size of the HourUIElement? I would like to make it smaller than the default.Is there a better way to accomplish it than what you described (adding an alternate UITextelement)?
Thanks