1、列表初始化
this.listView1.HeaderStyle = ColumnHeaderStyle.Nonclickable;
//定义列表显示的方式
this.listView1.View = View.Details;
//显示各个记录的分隔线
this.listView1.GridLines = true;
//需要时候显示滚动条
this.listView1.Scrollable = true;
//要选择就是一行