Inserting a C1ListViewItem
In This Topic
You can use one of the following methods to insert a C1ListViewItem to your C1ListView application.
-
Inserting a C1ListViewItem through the shortcut menu
- Right-click one of the C1ListViewItems in your Edit tab.
- Select Insert Item | ListView normal item from the shortcut menu.
- A C1ListViewItem will be added to your application.
- Inserting a C1ListViewItem through pressing the Insert Item button
Select one of the C1ListViewItems from the Edit tab. Press the Insert Item button to insert another C1ListViewItem above the currently selected item.
- Inserting a C1ListViewItem through the Edit menu
Select one of the C1ListViewItems from the Edit tab. From the Edit menu, select Insert Item | ListView normal item from the menu. This will add a C1ListViewItem to your control above the currently selected C1ListViewItem.
See Also