Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.42 KB

File metadata and controls

26 lines (19 loc) · 1.42 KB

Syncfusion CheckedListBox Examples for WPF

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.

Overview

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.

Samples Included

CheckListBox Grouping

Demonstrates organizing items into logical groups based on a property. Uses CollectionViewSource with GroupDescriptions to manage grouping.
View Sample

CheckListBox Sorting

Shows how to sort items dynamically by adding SortDescriptions to the collection view.
View Sample

Key Features

  • 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

Documentation