문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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 .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top