In This Topic
List for WinForms Overview
In This Topic

List for WinForms is an advanced list box control that allows end users to browse, edit, add, and delete data in a tabular format. It is a powerful and easy to use data presentation tool, packed with basic as well as many advanced features such as Excel-like splits, incremental searching, in-cell editing, and much more. Moreover, the List displays the data in various layouts or views, and supports data operations such as filtering, sorting, and formatting. The List control easily binds with .NET data sources such as ADO.NET data source objects and custom business objects. Furthermore, it lets you work in the unbound mode, by manually addding the list items.

The List for WinForms also includes C1Combo, a multicolumn drop-down list box that provides many data management features such as searching and sorting, along with in-built autocomplete features.

Product Samples
Product samples are located at \Documents\ComponentOne Samples\WinForms\vx.x.x\List\CS\ on your system if you have installed the samples while installing WinForms Edition using ComponentOneControlPanel.exe.
Documentation Blogs
Create Your First Application using List
Key Features
Data Views
Data Presentation
Split Presentation
Virtualization
Interaction with C1Combo
The Most Full-Featured WinForms Listbox Control
Videos Demo Samples
ComponentOne product videos Download WinForms Product Demo

API References
C1.Win.C1List .NET Framework Assembly C1.Win.List .NET Assembly
See Also