syncfusion-wpf-domain-updown
Installation
SKILL.md
Implementing Syncfusion WPF DomainUpDown
Guide for implementing the Syncfusion® WPF DomainUpDown (SfDomainUpDown) control - a versatile input control that allows users to cycle through a predefined list of items using spin buttons (increment/decrement arrows).
When to Use This Skill
Use this skill when you need to:
- Implement a DomainUpDown control for item selection with spin buttons
- Populate predefined item lists that users can cycle through
- Customize spin button positioning (left, right, or both sides)
- Bind complex data objects with custom display templates
- Style and theme the control appearance
- Enable auto-reverse cycling from max to min values
- Handle mouse wheel and keyboard navigation gestures
- Create data-driven selectors with MVVM pattern support
Component Overview
The SfDomainUpDown control provides an elegant way for users to select values from a predefined list by clicking up/down buttons or using mouse wheel/keyboard navigation. Unlike numeric up-down controls, DomainUpDown works with any type of data - strings, objects, or custom types.