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
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.
Thank you both for your responses - It has clarified what i already suspected but I will test this tomorrow and confirm the outcome, and then use the UltraToolTipManager! :)
Thanks