Share via

ToolTip InitialShowDelay

BitSmithy 2,231 Reputation points
2023-12-11T15:31:20.2+00:00

Hello,

How to set InitialShowDelay for tooltip?

I need to do it code behind.

I tried:

                    ToolTip toolTip = new ToolTip();
                    toolTip.Content = textToShow;
                    ToolTipService.SetToolTip((DependencyObject)joinedObject, toolTip);

but there is not such or similiar property

Developer technologies | Universal Windows Platform (UWP)

Answer accepted by question author

Anonymous
2023-12-20T02:34:11.0833333+00:00

Hello,

Welcome to Microsoft Q&A!

I have to say that there is no way that could manually control the time when the tooltip will show. If you really need to change the time, I'd suggest use a small popup which shows when user triggers the PointerEntered event instead of using the tooltip. This might achieve the similar behavior.

Thank you.


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.