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.
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.
Here is the result of the described approach: