New to Telerik UI for WPF? Start a free 30-day trial
Move to point
Updated on Sep 24, 2025
When the IsMoveToPointEnabled property is set to true and you click somewhere on the track, the thumb will move directly to the point of click, ignoring the LargeChange property.
XAML
<telerik:RadSlider Maximum="10" IsMoveToPointEnabled="True"/>

XAML
<telerik:RadSlider IsMoveToPointEnabled="True"
IsSelectionRangeEnabled="True"
Maximum="10"
SelectionEnd="5"
SelectionStart="3" />
