syncfusion-winforms-range-slider
Installation
SKILL.md
Implementing Syncfusion Windows Forms Range Slider
Complete guide for implementing the RangeSlider control in Windows Forms applications. The RangeSlider is a flexible UI component that enables value-range selection with dual thumb controls, allowing users to select from a range of values by moving thumbs along a track.
When to Use This Skill
Use this skill when you need to:
- Create range selection UI with dual thumbs for minimum and maximum values
- Configure range bounds with minimum and maximum properties
- Customize visual appearance with colors, sizes, and tick displays
- Set initial slider positions using SliderMin and SliderMax properties
- Handle range selection events for user interactions
- Support different orientations (horizontal or vertical layouts)
- Add interactive range controls to Windows Forms applications