Hi,
<sfRangeSlider:SfRangeSlider Grid.Column="1"
RangeStart="{Binding MinimumDistance}"
RangeEnd="{Binding MaximumDistance}"
Minimum="{Binding MinimumPossibleDistance, Mode=OneTime}"
Maximum="{Binding MaximumPossibleDistance, Mode=OneTime}"
TrackSelectionColor="{StaticResource SliderColor}"
KnobColor="{StaticResource SliderColor}"
LabelColor="{StaticResource SliderColor}"
Orientation="Horizontal"
ShowRange="True"
ShowValueLabel="True"
TickFrequency="40"
StepFrequency="10"
LabelFormat="{}{0} km"
ValuePlacement="BottomRight"/>
Acording to documentation, there are 3 properties for changing visual of rangeslider: ToolTipBackgroundColor, ToolTipTextColor and ToolTipPlacement. Of those 3, Background color and Placement are not working for me. I tried setting Placement to any of 3 possible values, but it still shows on Top. Same for Background color, it only show the color of the Knob.
What am I doing wrong, that range slider does not its visual?
Hi Lukáš,
Query: ToolTip does not react to the properties in the SfRangeSlider.
We have checked the provided code in the SfRangeSlider control. The Tooltip BackgroundColor, Placement, and TextColor worked properly on our side. We have created a new sample and please get it from the attachment.
Can you please share the below details to investigate further?
1. What Nuget version was used for SfRangeSlider
2. Which platform you have faced this issue
3. If possible please share the sample with the video
If you provide the above details it will help us to provide the proper solution at the easiest. Please let us know if you need any other details.
Regards
Vijayakumar V
Hi Vijayakumar,
thanks for reply and sorry for delay on my side.
Hi Lukáš,
Query: In the app, the same code behaves differently from the sample.
In the SfRangeSlider we have provided the balloon tooltip for Material Visual style type. Better you can recheck the Material style was disabled properly to the SfRangeSlider control.
We have checked the reported issue in the android 11 emulator and were unable to reproduce it. The tooltip works fine. If possible can you set the visual type of the SfRangeSlider as the Default type in your sample and let us know the details?
It will be better if you provide your sample or replication sample to us to reproduce the issue on our side. It helps us to provide the proper solution at the easiest. Please let us know if you need any other details.
Regards
Viiyakumar V