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:
We do not sell the Xamarin Range Slider control separately. It is only available for purchase as part of the Syncfusion Xamarin suite, which contains over 155 Xamarin components, including Range Slider. A single developer license for the Syncfusion Essential Studio for Xamarin suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our Xamarin Range Slider demo here.
No, our 155+ Xamarin components, including Range Slider, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Range Slider alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 155+ Xamarin components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
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 and five or fewer developers.
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.