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

Sticky tooltip

1 Answer 93 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Allan
Top achievements
Rank 1
Allan asked on 22 Feb 2016, 05:41 PM

Hello,

 

Is there some easy way to have the sticky tooltip behaviour describe in this link for asp.net http://docs.telerik.com/devtools/aspnet-ajax/controls/tooltip/getting-started/sticky-tooltips, but in WPF?

 

Thanks,

 

A.

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 25 Feb 2016, 03:42 PM
Hello Allan,

This ticket seems to be a duplicate of the another one you already post. I have already answered to your question in the private thread. I am copying the answer also here:

There are different approaches that you can use in order achieve your requirement. One way that we can suggest trying is to define RadToolTip in code and programmatically manage its visibility. So, on MouseEnter event of the autocomplete element, you can set the IsOpen property of the ToolTip to true and close it when the button inside is clicked or you can use a timer to close it after a while, or use the MouseLeave event. 

We have created a sample project which demonstrates this suggestion. Please, give this project a try and let us know if this works for you.


Regards,
Dinko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ToolTip
Asked by
Allan
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or