ComponentOne Input Library for WPF
Input Library Overview / Range Slider
In This Topic
    Range Slider
    In This Topic

    Add smooth numeric data selection to your WPF application. RangeSlider for WPF extends the basic slider control and provides two thumb elements instead of one, allowing users to select ranges instead of single values.

    Make the most of RangeSlider for WPF by taking advantage of the following key features:

    Change the orientation with one simple property. Create vertical or horizontal range sliders.

    Control the minimum and maximum values of the range slider.

    Customize the thumbs of C1RangeSlider to create custom zooming controls.

    RangeSlider supports ClearStyle technology which allows you to easily change control brushes without having to override templates. By just setting a few brush properties in Visual Studio you can quickly style each part of the control. See ClearStyle Technology for details.

     

    See Also