The Xamarin.Forms Range Slider is a control that allows users to select a range of values within the specified minimum and maximum limits.
Xamarin.Forms Range slider can be used as a simple slider.
You can format the strings to different format like currency format,percent format etc.
You can place tick marks along the track in a uniform manner and you can also customize the position of tick marks.
Customize the look and feel of the default tick using color property.
You can change the tick position to bottom-right, inline, outside, or top-left.
You can display custom labels and you can also customize label positions.
The Xamarin.Forms Range Slider is not restricted to numeric values, so you can visualize values as text, like: Low, Medium, High; or Bad, Good, Excellent.
You can change the tick position to bottom-right or top-left.
The value of the pointer or range is shown in a tooltip. You can control the placement of tooltips.
Define the precision of the value displayed in the tooltip.
You can change the tooltip position to bottom-right or top-left.
Easily get started with the Xamarin.Forms Range Slider using a few simple lines of C# code example as demonstrated below. Also explore our Xamarin.Forms Range Slider Example that shows you how to render and configure the Range Slider for Xamarin.Forms.
<range:SfRangeSlider x:Name="rangeslider" RangeEnd="20" RangeStart="4" ShowRange="true"/>
SfRangeSlider rangeSlider;
public MainPage()
{
InitializeComponent();
rangeSlider=new SfRangeSlider();
rangeSlider.RangeEnd=20;
rangeSlider.RangeStart=4;
rangeSlider.ShowRange=true;
this.Content = rangeSlider
}
The Syncfusion Xamarin Range Slider provides the following:
You can find our Xamarin Range Slider demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.