This question is locked. New answers and comments are not allowed.
The code here produces the image attached.
When using tick placement, it seems to cut off the end thumb when (selection end == maximum)
I'm not sure what's going on here.
Because this window is in a resizeable rad window, it magically appears once this window is resized.
<
telerik:RadSlider
IsSelectionRangeEnabled
=
"True"
TickFrequency
=
"{Binding TickFrequency}"
SmallChange
=
"{Binding TickFrequency}"
TickPlacement
=
"TopLeft"
Minimum
=
"{Binding MinValue, Mode=TwoWay}"
Maximum
=
"{Binding MaxValue, Mode=TwoWay}"
SelectionEnd
=
"{Binding SelectionEnd, Mode=TwoWay}"
SelectionStart
=
"{Binding SelectionStart, Mode=TwoWay}"
IsDeferredDraggingEnabled
=
"True"
IsSnapToTickEnabled
=
"{Binding IsSnapToTickEnabled}"
>
</
telerik:RadSlider
>
<
telerik:RadSlider
SmallChange
=
"{Binding TickFrequency}"
IsSelectionRangeEnabled
=
"True"
Minimum
=
"{Binding MinValue, Mode=TwoWay}"
Maximum
=
"{Binding MaxValue, Mode=TwoWay}"
SelectionEnd
=
"{Binding SelectionEnd, Mode=TwoWay}"
SelectionStart
=
"{Binding SelectionStart, Mode=TwoWay}"
IsDeferredDraggingEnabled
=
"True"
IsSnapToTickEnabled
=
"True"
>
</
telerik:RadSlider
>