how to add items to listview in vb.net code example Example: c# listview add item ListViewItem it = new ListViewItem(); listview1.Items.Add(it);