[]
        
(Showing Draft Content)

Range Slider

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:

  • Horizontal or Vertical Orientation

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

  • Set Min and Max Values

Control the minimum and maximum values of the range slider.

  • Customizable Thumbs

Customize the thumbs of C1RangeSlider to create custom zooming controls.

  • Easily Change Colors with ClearStyle

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

RangeSlider Elements