Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twin Slider control .net

Has anyone seen a good twin slider control for .Net (Win forms or WPF).

I'm looking for something that will allow me to select a range from within a set so the first slider would be the start of the range and the second would be the end.

I remember seeing a Swing double slider but it was 6 years ago and I can't for the life of me remember who made it. It was open source though.

like image 897
Omar Kooheji Avatar asked Oct 06 '08 10:10

Omar Kooheji


2 Answers

Devexpress have a good one:

The RangeTrackBarControl control extends the functionality provided by the TrackBarControl enabling end-users to select a range of values. Two sliders can be used to set the minimum and maximum values:

alt text http://www.devexpress.com/Help/XtraEditors/img/RangeTrackBarControl.png

you can get them free from:

http://www.devexpress.com/Products/Free/WebRegistration/

hope this helps!

like image 165
Dave Clark Avatar answered Oct 22 '22 21:10

Dave Clark


For some reason, I cannot comment on the previous answer. DevExpress does not appear to offer any free controls any more; only a free 30-day trial.

like image 21
Tony C Avatar answered Oct 22 '22 22:10

Tony C