Hello,
I have an UltraDayView control on my forum with multiple appointments on it. It would seem that the tooltip for appointments is displayed only when the description is long enough that it gets cut off. How do I force the tooltip to always be displayed regardless of the length of the description?
Thanks,
If you need any additional assistance don’t hesitate to ask.
this is the sample
Hello Alkali
Alkali Feldspar said:The UltraToolTipManager requires the tooltip be added to a control, however appointments are not a control, so this does not seem to be a possible solution
The UltraToolTipManager requires the tooltip be added to a control, however appointments are not a control, so this does not seem to be a possible solution. Any other ideas?
Hello Alkali,
Maybe one possible way to solve this task could be if you are using UltraToolTipManager to show your custom tooltip. Meanwhile you will disable the defaut UltraDayView`s tooltip, using the for example ultraDayView1_BeforeAppointmentToolTipDisplayed event.
More details about UltraToolTipManager you could find at http://help.infragistics.com/Help/NetAdvantage/WinForms/2013.1/CLR4.0/html/WinTooltipManager.html
Let me know if you have any questions.
Regards