This is a migrated thread and some comments may be shown as answers.

Slider-RangeSliderThumb-MinimumRangeSpan

1 Answer 114 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Marcel
Top achievements
Rank 1
Marcel asked on 25 Sep 2020, 10:47 AM

I have the following Slider. The rangeslider thumb does not respect the 0.1 distance between the start and end thumbs, the minimum space is 0 instead of 0.1 as I want.. What am I doing wrong?

<telerik:RadSlider
      x:Name="RadSlider"
      Margin="0,0,0,6"
      VerticalAlignment="Bottom"
      AutoToolTipPlacement="TopLeft"
      DragCompleted="RadSlider_OnDragCompleted"
      IsMoveToPointEnabled="False"
      IsSelectionRangeEnabled="True"
      Maximum="1"
      Minimum="0"
      MinimumRangeSpan="0.1">
      <telerik:RadSlider.Thumbs>
           <telerik:RangeSliderThumb
               x:Name="RangeSliderThumb"
               AlternateThumbStyle="{StaticResource EndThumbStyle}"
               InteractionMode="Lock"
               MiddleThumbStyle="{StaticResource MiddleThumbStyle}"
               MinimumRangeSpan="0.1"
               ThumbStyle="{StaticResource StartThumbStyle}" />
           </telerik:RadSlider.Thumbs>
</telerik:RadSlider>

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 30 Sep 2020, 06:59 AM

Hello Marcel,

This does seem to be a bug at our end and I have thus logged the following bug report in our feedback portal on your behalf - Slider: MinimumRangeSpan and MaximumRangeSpan properties of RangeSliderThumb are not respected. You can subscribe to the item in order to get notified of status changes.

As a thank you for bringing this to our attention, I've awarded you with some Telerik points.

Regards,
Yoan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Slider
Asked by
Marcel
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or