What is correct way to create a NSSlider with two thumbs(knobs)

343 Views Asked by At

I need to specify a range let's say the

minvalue is 0 maxvalue is 100

thumb1 value can range from minvalue to thumb1 value thumb2 value can range from thumb1 value to maxvalue

Basically they should not overlap.

Is there any other solution other than control available with out creating custom NSSlider

Thanks for the help

0

There are 0 best solutions below