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

[Solved] Hide selection start

1 Answer 151 Views
Slider
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Justin Lee
Top achievements
Rank 1
Justin Lee asked on 31 Oct 2014, 02:53 PM
Hello,

I'm using a rad slider, and I want to show the selection range.  However, I want the selection start to always be zero.  Can I set the selection start to 0, and HIDE the start slider bar? So basically what I would have is just one visible slider bar, and everything to the left of the slider bar is always highlighted (selected).

Thanks,
Justin

1 Answer, 1 is accepted

Sort by
0
Justin Lee
Top achievements
Rank 1
answered on 31 Oct 2014, 03:33 PM
Nevermind -- I found the answer in another post.

The selection end is the alternate thumb, so if you hide the thumb, you can achieve it.
<telerik:RadSlider.ThumbStyle>
   <Style TargetType="Thumb">
     <Setter Property="Visibility" Value="Collapsed" />
   </Style>
</telerik:RadSlider.ThumbStyle>
Tags
Slider
Asked by
Justin Lee
Top achievements
Rank 1
Answers by
Justin Lee
Top achievements
Rank 1
Share this question
or