New to Telerik UI for WPFStart 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"/>

WPF RadSlider Move To Point Enabled

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

WPF RadSlider Move To Point Selection

Not finding the help you need?
Contact Support