Correct way to change Tooltip delay? #8882
Unanswered
ReneeGA2020
asked this question in
Q&A
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the TooltipService class, I found no property to change the init delay of tooltip.
I just want to make it so that my tooltips show up immediately. Currently I can only think of setting the IsOpen value to true for the TooltipService object with code every time the control trigger its PointerEnter event. But I'm not sure that it's the best practice.
Beta Was this translation helpful? Give feedback.
All reactions