.NET MAUI Slider Overview

The Telerik UI for .NET MAUI Slider represents a slider component that displays a value in a predefined min-max range. End users can change the selected value by dragging the thumb.

ninja-iconThe Slider is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.Start Free Trial

The Slider supports ticks, labels, and tooltips. With them, your end users can quickly identify the min-max range and the currently selected value, and modify them, if needed.

.NET MAUI Slider Overview

Key Features of the .NET MAUI Slider

  • Value thumb—The slider's value thumb is drawn corresponding to its Value property. Users can modify the Value by dragging the thumb along the backtrack.
  • Range track—The Slider provides a customizable range track for better representation of the selected value. You can modify the range track's initial position with the OriginValue property.
  • Backtrack—The thumb runs along the backtrack of the slider. The backtrack represents all the values your end users can choose from.
  • Ticks—Ticks let users easily identify the min-max range.
  • Labels—Labels displayed along the track provide additional clarity about the underlying min-max range.
  • Tooltip—The Slider can show a customizable tooltip to help users choose the desired value with better precision.
  • Templates—The exposed templates let you further customize the look of the Slider's labels, ticks, and tooltip.
  • Flexible Styling API—The Slider provides full control over the appearance of the thumb, track, ticks, and labels.

Next Steps

See Also