关于listview列可编辑的问题!!周末加班ing 在线等啊!!
小弟c#新手,请问 listview中 我怎么指定一列是可以编辑的呢?
C# code
this.lvfilter.Columns.Add("过滤条件", (int)(this.lvfilter.Width*0.3));
this.lvfilter.Columns.Add("条件内容", (int)(this.lvfilter.Width * 0.69));
this.lvfilter.Items.Add("1","身份号码",0);
this.lvfilter.Items[0].SubItems.Add(""); //这一列应该让用户填写
谢谢1!!
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------选中DataGridView 在属性一栏中,找到RowHeadersVisible改成False