问题
My Question is that i have to make a SlideBar(TrackBar) that have two handles(needles)
1- Minmum(Lower Value) 2- Maximum(Upper Value)
Like:
Start <------------------||--------------------------||------------------------>End In fact may required range is two long about 2000 ticks onto slidebar. so far I have searched on the internet and i found an example of Slidebar at code project:
http://www.codeproject.com/Articles/28717/A-custom-range-selector-control-in-C-with-a-little it has the option that we add range values from XML file but for two long values its range values are overlapped and a straight line can bee seen.As I am newbie to C# and No idea to develop Custom Controls.
Any suggestion would be very thankful.
来源:https://stackoverflow.com/questions/16197686/how-to-make-a-slidebartrackbar-that-have-two-handlesneedles