syncfusion-winforms-listview
Installation
SKILL.md
Implementing ListView
Guide for implementing Syncfusion® Windows Forms ListView (SfListView) — a high-performance list control for creating rich list-based user interfaces with data binding, grouping, sorting, filtering, selection modes, checkbox selection, and extensive customization options.
When to Use This Skill
Use this skill when you need to:
- Create list views with data binding to collections in Windows Forms applications
- Display item collections with grouping, sorting, and filtering capabilities
- Implement item selection with single or multiple selection modes
- Add checkbox selection for multi-item operations
- Build searchable lists with filtering and sorting
- Create grouped lists with expandable/collapsible groups
- Customize item appearance with templates, styles, and themes
- Support accessibility with UIAutomation and keyboard navigation
- Build data-driven UIs similar to file explorers, contact lists, or product catalogs
- Handle large datasets with optimized view recycling
This skill covers complete ListView implementation including setup, data binding, selection, data operations, customization, and advanced features.