在 C# 中实现轨迹栏上的工具提示
我正在尝试实现带有工具提示的轨迹栏。我想要的是当轨迹栏滚动时工具提示出现在某些值处然后消失(并出现在该值的 x,y 坐标处)。 我已经能够启动并运行工具提示,但不幸的是,当鼠标悬停在轨迹栏上时,它总是出现。
使用 .NET Framework 2.0
非常感谢任何帮助/建议。
谢谢
I am trying to implement a trackbar with a tooltip. What I want is that the tooltip to appear at certain values when the trackbar is scrolling and then disappear ( and appear at the x,y coordinate of that value).
I have been able to get the tooltip up and running but unfortunately it appears all the time when the mouse hovers over the trackbar.
Using .NET framework 2.0
Any help/suggestions greatly appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要 Tooltip.Show 的重载
You need this overload of Tooltip.Show
我认为你应该使用气球工具提示
I think you should use a balloon tooltip