Move to point
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.
Controls / RadSlider / Features
New to Telerik UI for WPF? Download free 30-day trial
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.
<telerik:RadSlider Maximum="10" IsMoveToPointEnabled="True"/>
<telerik:RadSlider IsMoveToPointEnabled="True"
IsSelectionRangeEnabled="True"
Maximum="10"
SelectionEnd="5"
SelectionStart="3" />
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.