We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Xamarin.Forms Range Slider is a control that allows users to select a range of values within the specified minimum and maximum limits.


Orientation

A Xamarin Range Slider can be horizontal or vertical.

Xamarin.Forms Range Slider control shows the orientation support.


Single slider

Xamarin.Forms Range slider can be used as a simple slider.

Xamarin.Forms Range Slider control shows the slider view support.


Formatting string

You can format the strings to different format like currency format,percent format etc.

Xamarin.Forms Range Slider control displays formatting string.


Tick customization

You can place tick marks along the track in a uniform manner and you can also customize the position of tick marks.

Xamarin.Forms Range Slider tick color customization.

Color customization

Customize the look and feel of the default tick using color property.

Xamarin.Forms Range Slider placement.

Placement

You can change the tick position to bottom-right, inline, outside, or top-left.


Label customization

You can display custom labels and you can also customize label positions.

Xamarin.Forms Range Slider custom labels.

Custom labels

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.

Xamarin.Forms Range Slider label placement.

Placement

You can change the tick position to bottom-right or top-left.


Tooltip customization

The value of the pointer or range is shown in a tooltip. You can control the placement of tooltips.

Xamarin.Forms Range Slider tooltip.

Precision

Define the precision of the value displayed in the tooltip.

Xamarin.Forms Range Slider label placement.

Placement

You can change the tooltip position to bottom-right or top-left.


Xamarin.Forms Range Slider Code Example

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
}



150+ XAMARIN UI CONTROLS

ALL CONTROLS
  • Xamarin.Forms
  • Xamarin.Android
  • Xamarin.iOS
The most downloaded control (based on the nuget.org download count).

Frequently Asked Questions

The Syncfusion Xamarin Range Slider provides the following:

  • One of the best Xamarin Range Sliders on the market.
  • A control that can be used as either a slider or a range slider.
  • A bunch of features with customization options suitable for building complex, large-scale applications.
  • Simple configuration and API.
  • A touch-friendly and responsive UI.
  • Extensive demos and documentation to learn quickly and get started with Xamarin Range Slider.

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.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Xamarin.Forms Resources

Awards

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.

Up arrow icon
Live Chat Icon For mobile