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
70
Changing appointment height on UltraMonthViewSingle?
posted

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.

  • 69832
    Suggested Answer
    Offline posted

    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.