New to Telerik UI for WinForms? Download free 30-day trial

Adding Items

Adding items to RadListView at design time is possible through the Items collection of the control. This collection is accessible by using the Smart Tag or the Items collection property in the property grid.

Figure 1: Items collection in Smart tag

WinForms RadListView Items Collection in Smart Tag

Figure 2: Items collection in Properties section

WinForms RadListView Items collection in Properties section

Both of these will open ListViewDataItem Collection Editor, from where, by clicking the Add button you can add items to the collection. Additionally, on the right hand side, you will see a property grid, where you can change the properties of each item individually.

Figure 3: ListViewDataItem Collection Editor

WinForms RadListView ListViewDataItem Collection Editor

Here is the result of the described approach:

WinForms RadListView Items

See Also

In this article