ListView 添加列、行的问题
我也和别人的文章的说明使用方法验证过了 为啥我的就是不能用呢???
this.ResultList.Items.Clear();
this.ResultList.Columns.Clear();
this.ResultList.Columns.Add("#");
this.ResultList.Columns.Add("Score");
string[] strlist=new string{“123”,“456”}
for (int i = 0; i < strlist.Length; i++)
{
this.ResultList.Columns.Add(strlist[i]);
}
跃然一笑
Cats萌萌