This is a migrated thread and some comments may be shown as answers.

Keep appointment tooltip visible longer?

2 Answers 95 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Kjell asked on 29 Nov 2011, 12:38 AM
How do I go about keeping the appointment tooltip visible longer?  Ideally until the mouse leaves the appointment,right now it stays up about 5-7 seconds. 

2 Answers, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 29 Nov 2011, 09:06 AM
Hi Kjell,

In Silverlight it is not possible to increase the display time of the tooltip. In WPF, the ToolTipService class exposes the ShowDuration property that gives you control over how long your tooltip will be displayed, but in Silverlight there is no such property. What you can do is use a third-party tooltip that offers this functionality.

If you choose in implement a third-party tooltip, the integration with RadScheduleView is simple and easy. Just set ToolTipTemplate="{x:Null}" of RadScheduleView and then add your custom tooltip in the appointment control template (both horizontal and vertical).

I hope this information will be helpful.

Kind regards,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
William
Top achievements
Rank 1
answered on 30 Oct 2012, 09:05 AM
Do you have any sample code for implementing a custom tooltip with a longer duration?

I'm working on a project where the user is requesting this.
Tags
ScheduleView
Asked by
Kjell
Top achievements
Rank 1
Answers by
Dani
Telerik team
William
Top achievements
Rank 1
Share this question
or