可以通过Group.Items来访问,比如:listView.Groups[index].Items;ListView lv;
foreach(ListViewItem item in lv.Groups[0].Items)
{}