WPF ToolTipService.BetweenShowDelay not working

I noticed that ToolTipServices.BetweenShowDelay does not work as expected. Also, I found the same question

STR: 1. Create a WPF application in VS2010. 2. Add two buttons to the WPF window, which 3. Launch the application and move the mouse from one button to another.

Actual result: Tooltips appear without delay when moving the mouse from one button to another.

Expected Result: Tooltips should display with an initial delay.

+4
source share

All Articles