关于listview中选定某项的问题要求:用户在listview中任意选定了某一项后, 点击button让listview中该项的后一项被选中。 要怎么做?[解决办法]this.listView1.Items[i].Checked =true;