79661314

Date: 2025-06-11 02:41:35
Score: 1.5
Natty:
Report link

It's easily done in the XAML...

<TextBox x:Name="textBox" ToolTip="Show some help after one second of hovering" ToolTipService.InitialShowDelay="1000" />

The parameter ToolTipService.InitialShowDelay is in milliseconds. The ToolTipService.ShowDuration specifies how many milliseconds it stays up.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anonymous