Hi, I update ti the last package version 17.0.3.17. In your guide of the control you suggest to use FormatString property like this:
<StackLayout Margin="3">
<range:SfRangeSlider x:Name="rangeSlider1" FormatString="Money: {0:c}" HeightRequest="90" WidthRequest="200" Minimum="0" Maximum="12" RangeStart="0" RangeEnd="12" TickFrequency="2"/>
</StackLayout>
but when I try to do the same the VS tell me that this property don't exist. Instead I try to use LabelFormat but is not that I need.
my gol Is to have a range of hour for the bar from 0:00 to 23:30