I have a tooltip for a Label and I want it to stay open until the user moves the mouse to a different control.
I have tried the following properties on the tooltip:<
Just for the sake of completeness: In code it looks like this:
ToolTipService.SetShowDuration(element, 60000);