Customizing the TrackBar control in .NET

后端 未结 2 1349
自闭症患者
自闭症患者 2020-12-16 08:32

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

相关标签:
2条回答
  • 2020-12-16 09:16

    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 .

    0 讨论(0)
  • 2020-12-16 09:19

    I think these links help you to customize your trackbar control. Second link gives you a lot of examples for customize trackbar.

    http://www.codeproject.com/KB/miscctrl/MAC_Slider.aspx

    http://www.codeproject.com/KB/miscctrl/gTrackBar.aspx

    0 讨论(0)
提交回复
热议问题