Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建一个列表视图并在列表视图中添加项目,如
listview1.Items.Add(new ListViewItem("hello i am working in C#");
我想这样输出:
hello i am working in C#
而不是这个我得到这样的:
hello.....
当点击我得到这样的:
我该如何解决这个问题?
放listView1.View=View.List;
listView1.View=View.List;
更多信息:ListView.View 属性