Repository Description: A collection of samples demonstrating the advanced features of the Syncfusion WPF CheckedListBox control, including grouping and sorting capabilities for modern WPF applications.
The CheckedListBox is a WPF control that enables multiple item selection using checkboxes. It supports data binding, grouping, sorting, and MVVM patterns for building complex list-based interfaces.
Demonstrates organizing items into logical groups based on a property. Uses CollectionViewSource with GroupDescriptions to manage grouping.
View Sample
Shows how to sort items dynamically by adding SortDescriptions to the collection view.
View Sample
- Data Binding: Complete support for MVVM-based binding
- Grouping: Organize items into logical groups
- Sorting: Dynamic sorting based on properties
- Customization: Styling and templating support