syncfusion-wpf-card-view
Installation
SKILL.md
Implementing CardView (WPF)
A panel control that organizes items as visual cards with built-in grouping, sorting, filtering, and inline editing.
When to Use This Skill
Use this skill when the user needs to:
- Display a collection of data items as cards in a WPF application
- Enable grouping, sorting, or filtering of card items
- Add inline editing to card items (F2 / double-click)
- Customize card header, body, or edit UI via templates
- Bind card items to an
ObservableCollection(MVVM) - Apply themes or localize CardView strings
Note: Grouping, sorting, filtering, and editing require
ItemsSourcedata binding. These features do not work with declarativeCardViewItemchildren.