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
300
BeforeAppointmentToolTipDisplayed event not always firing
posted

Hi

We have a Winform that implements the UltraDayView which is populated with appointments.

The issue we are seeing is that if the appointment spans a full day, no mouse hover event seems to be fired and thus neither does the BeforeAppointmentToolTipDisplayed event.  So ultimately for full day appointments no tooltip gets displayed.

Anyone suffer with anything similar ?

Regards

Simon

Parents
  • 69832
    Offline posted

    Appointment tooltips are only displayed when the subject is not fully visible; if the appointment spans a whole day it is probably large enough to fully display the text, therefore the event does not fire.

    Note that if you want to unconditionally show tooltips, you could use our UltraToolTipManager component.

Reply Children
No Data