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 .NET MAUI Slider is an interactive UI control, allowing users to select a new value from a range of values. Its rich features include numeric and datetime labels, ticks, dividers, and tooltips.


.NET MAUI Slider Code Example

Easily get started with the .NET MAUI Slider using a few simple lines of XAML code example as demonstrated below. Also explore our .NET MAUI Slider Example that shows you how to render and configure the .NET MAUI Slider.

<sliders:SfSlider Minimum="0"
                Maximum="10"
                Value="5"
                ShowLabels="True"
                ShowTicks="True"
                ShowDividers="True" 
                Interval="2" 
                MinorTicksPerInterval="1">
    <sliders:SfSlider.Tooltip>
     <sliders:SliderTooltip />
    </sliders:SfSlider.Tooltip>
</sliders:SfSlider>

Scales

Render intervals with precision. This slider supports setting intervals for both numbers and dates. For dates, intervals are supported in years through seconds.

.NET MAUI Slider interval


.NET MAUI Slider orientation

Orientation

The orientation of the .NET MAUI Slider can be set to vertical and horizontal depending on the requirement.


Labels

Customize the labels easily. Change the format, render at specific intervals, and add prefixes and suffixes. Use built-in support for numeric and date types.

.NET MAUI Slider labels


.NET MAUI Slider divider

Dividers

Render dividers in each interval to show the ranges accurately. Customize the size and position of the dividers.


Ticks

Set both major and minor ticks in the axis. Use major ticks to show the intervals clearly and minor ticks to help choose values between two intervals easily.

.NET MAUI Slider ticks


.NET MAUI Slider tooltip

Tooltips

Use tooltips to indicate the current selection during interaction. Customize the format, whole text, and visibility using built-in APIs.


Discrete support

By specifying the StepSize, you can select discrete or continuous numeric or date values from the range of values.

.NET MAUI Slider discrete mode



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

Syncfusion .NET MAUI 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