Depending on your need RadSlider can be displayed horizontally or vertically on the page by setting the Orientation property.
The slider layout can be customized using one of the handle properties that control which slider handles will be displayed – Increase Handle, Decrease Handle or Drag Handle.
You can create smooth slide animations to a specified point without any browser interference. The animation duration is defined in milliseconds.
Grabbing and dragging can be annoying at times, so that’s why mouse wheel support could be a very nice alternative. When users move the mouse wheel over the slider, its default value the will change. That value will increase/decrease with one SlideStep, which is again configurable.
You can define the change in value of the distance, at which the slider will jump slider when the user clicks on the track. In its default mode, the slider will automatically scroll to the value which has been clicked by the user.
In some cases you might need to simply display the slider as disabled, and prohibit changes in its value.
The visual appearance of RadSlider can be easily customized through skins. You can use one of the predefined skins or create your own.