ListBox 循环删除当前项

 for (int j = 0; j < this.listQuery.Items.Count; j++)
 {
               listQuery.Items.Remove(this.listQuery.Items[j]);
                    j--;
 }

posted @ 2013-01-17 15:37  丁焕轩  阅读(308)  评论(0编辑  收藏  举报