WinUI Slider Overview
14 Jul 20261 minute to read
The Syncfusion WinUI Slider is a highly interactive UI control, allowing users to select a single value from a range of values. It provides rich features such as labels, ticks, dividers, thumb styles, and tooltips.

Key Features
-
Numeric value support: Provides functionality for selecting numeric values in any range.
-
Labels: Supports adding labels for numeric values with the option to customize their format and style based on your requirements.
-
Ticks and dividers: Provides the option to show ticks and dividers based on the slider interval. Also, minor ticks can be enabled to indicate the values between each interval. These options present the selected values in a more intuitive way for end users.
-
Thumb icon: Provides thumb types such as circle, rectangle, and oval, with options to customize the thumb style.
- Tooltip: Supports adding a tooltip to show the selected values clearly. You can customize the format of the text shown in the tooltip and place the tooltip above or below the track. Also, you can show the tooltip on both thumbs or only on the active thumb.
- Highly customizable: Supports a wide range of options to customize the control completely.
NOTE
You can get the samples from GitHub.
NOTE
To get started with the WinUI Slider control, refer to the Getting Started topic.