在 .NET 中自定义 TrackBar 控件
我正在尝试开发可以让我在时间线上标记 AB 点的应用程序。如何在轨迹栏上绘制线条来标记特定点/值?
另外,当 TickStyle
设置为 Both
时,如何隐藏轨迹栏控件中的刻度线?
I am trying to develop application that would let me mark A-B points on the timeline. How do I draw lines on the trackbar to mark a specific point/value?
Also, how do I hide the ticks in the trackbar control when TickStyle
is set to Both
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您准备好付费,DevExpress 提供了一个名为 RangeTrackBar 的 Trackar,带有 2 个 TrackBar 按钮,并且可以使用 Visual Studio Designer 进行自定义。
If you are ready to pay for that DevExpress provides a Trackar which is named RangeTrackBar with 2 TrackBar Buttons and very Customizable using Visual Studio Designer .