Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 ToolTipServices.BetweenShowDelay 没有按预期工作。另外,我发现了同样的问题
STR: 1. 在VS2010中创建一个WPF应用程序。2. 在 WPF 窗口中添加两个按钮,它们是 3. 运行应用程序,将鼠标从一个按钮移动到另一个按钮。
实际结果:当我将鼠标从一个按钮移动到另一个按钮时,工具提示会立即显示。
预期结果:工具提示应显示初始延迟。