ToolTip Font Size and Visibility

We are looking for two things with the SfRangeSlider. The first item is that the ToolTip font size needs to be dynamic. The other item is that we are now using the ValueLabel instead of just the ToolTip, so we need the tool tip to stay visible even when the slider is not active. How can this be done?


<range:SfRangeSlider x:Name="rangeslider" Value="{Binding RangeValue}" Orientation="Horizontal" SnapsTo="Ticks" Minimum="0" Maximum="10" TickFrequency="1" ShowRange="False" HeightRequest="70" TickPlacement="None" TickColor="{DynamicResource AltAccentColor}" FontSize="18" KnobColor="{DynamicResource PrimaryAccentColor}" ShowCustomLabel="False" ShowValueLabel="False" TrackSelectionColor="{DynamicResource AltAccentColor}" TrackColor="{DynamicResource AltAccentColor}" LabelColor="{StaticResource AltAccentColor}" BackgroundColor="{DynamicResource PrimaryLayoutColor}" Margin="20,0,20,0" ToolTipPlacement="TopLeft" ToolTipBackgroundColor="Transparent" ToolTipTextColor="{DynamicResource PrimaryTextColor}" ValueChanging="rangeslider_ValueChanging" />



1 Reply

RS Ruba Shanmugam Syncfusion Team July 14, 2022 12:32 PM UTC

Hi David,


Query 1: ToolTip Font Size and Visibility


We have validated your query and currently, we don’t have support to change the tooltip font size and the visibility of the tooltip is always shown. We already logged a feature request for these two requirements and get the feedback link below. But we have already logged a feature request on this, and it can be tracked through our feedback portal link below.

Tooltip customization:


https://www.syncfusion.com/feedback/7078/tooltip-customization-in-sfrangeslider


Always displaying the tooltip:


https://www.syncfusion.com/feedback/25853/provide-support-for-always-displaying-the-tooltip-in-rangeslider

This feature will be available on any of the upcoming releases. Please cast your vote to make it count. We will prioritize the features of every release based on the demands. If you have any more specifications/suggestions for the feature request, you can add them as a comment in the portal.

Regards,
Ruba Shanmugam


Loader.
Up arrow icon