# Key Features

## Content



**Flexible DataBinding**

Bind the ListView control to any enumerable list of objects or use the C1DataCollection library.

**Efficient API**

ListView provides a simple, easy-to-use but powerful API that will not make your Windows applications slow.

**Transform Data**

Perform asynchronous data operations on ListView, such as sorting, grouping and filtering.

**Load large data lists**

ListView supports data virtualization for incrementally loading large data sets as the user scrolls down a list in real time.

**Item range selection**

ListView enables selecting items from the list, be it single item selection or multiple items selection in a range.

**Data operation support**

Perform asynchronous data operations on ListView, such as sorting, grouping and filtering.

**Paging**

ListView supports paging by loading the pages as you navigate the list.

**Item customization**

Users can customize list item templates using HTML and CSS in the ListView control.

**Orientation**

The ListView controls lets you utilize the control either in horizontal or vertical orientation, giving scope for multiple layout scenarios.

**Create CheckList**

ListView supports item selection using check boxes. It allows you to display check boxes for each item in the ListView list.

**Custom Template**

ListView lets you customize the items using data templates.