Is it possible to change the height of appointments in UltraMonthViewSingle? I am looking to show some notes, similar to how UltraDayView shows descriptions under the Subject. I realize it's not something that is possible in Outlook and this control mimics the outlook calendar.
But I thought maybe there is some hack, such as something like the IUIElementCreationFilter that might come in handy here.
Please advise.
IUIElementCreationFilter provides the ability to override the element positioning logic for the control. You would not be able to redefine the height of appointments, but you would be able to replace the elements that we use internally, so yes, you could theoretically solve a problem like this using that interface.