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.
我在 C# 中有一个列表视图,我只是将它添加到它,listView1.Items.Add("asdasdasd"); ,但唯一显示的是没有任何项目的列表视图(但是当我调试它时,显示列表视图有一个项目)
我不知道为什么它没有显示。
我猜你ListView没有设置列或第一列的宽度设置为零。尝试在列表中添加一列(您可以通过属性浏览器来完成)。
ListView