ComponentOne for WinUI
主な特長
コントロール > ListView > 主な特長

Data Binding

The ListView control binds to data using the ItemsSource property. The data source must implement an enumerable collection.

Item Templates

Item appearance is defined using a DataTemplate, which specifies how each data item is rendered.

Data Operations

Data operations such as sorting, filtering, grouping, and paging are performed through C1DataCollection.