$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
ListView WinForms Control
Create elegant user interfaces, display data, group, filter, sort, and customize data items
Home > WinForms UI Controls > User Manual > Design Time of ListView in C#

Design Time Support of ListView in C#.NET

The ListView Controls for Windows Forms provide design-time support functionality to developers. This feature allows developers easily choose a data source or populate it with unbound items, groups and columns when design the user interface for their Windows Form applications. The users can easily add columns to ListView, group items in ListView, and add items to ListView at design time in C#.NET templates.

How to Add Columns to ListView at Design Time

To add columns to Kettic ListView, we need to change the view type to DetailsView for Kettic ListView. And the WinForms control is able to display the data in columns views. The columns can be added to the ListView WinForms component at design time by populating the Columns collection of Kettc ListView.

How to Group Items in ListView at Design Time

The Kettic ListView control provides enhanced grouping functionality for the users. It helps the users to group data items into different groups conveniently and offers excellent end-user experience. Moreover, the ListView control is capable of grouping items at design time. To accomplish the ListView items grouping, we need to enable the properties of the ListView control, EnableCustomGroups and DisplayGroups, and then add the desired groups into the Groups collection of Kettic ListView Control.

How to Add Items to ListView at Design Time

To add items to Kettic ListView at design time, we need to use the Items collection of the ListView control.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls