Search code examples
c#xamluwptooltip

UWP InitialShowDelay on ToolTipService


I'm working on an UWP application and I have buttons on it. I added a simply ToolTipService:

Gui

XAML

But when I hover the mouse on the button, the tooltip takes almost 2 seconds for being show, and I'd like this to be instant. I looked for solutions, but all I find is about WPF and these solutions DON'T WORK. For example:

Change the ToolTip InitialShowDelay Property Globally

This doesn't work,

Than You!

ToolTip Class: enter image description here


Solution

  • It can´t be done the way I proposed, so as @MoDu mentioned, the best way is to show/hide a control handling onPointerEntered() event