string[] items = new string[2] { firstName + property.Name, mark.Label }; ListViewItem viewItem = new ListViewItem(items); view.Items.Add(viewItem);//这是把行的值添加上去.在第一行,string[] 数组的长度为多少,即为第N列的值.