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.
我想创建带有缩进图标的列表视图,我遇到了:
有一个解决方案,但它不是 dotnet,我想知道如何使用 C# 实现这一点?
谢谢!
请参阅此 MSDN 页面。使用 s 的IndentCount属性ListViewItem。
IndentCount
ListViewItem
但是请参阅那里的评论:
仅当包含 ListView 的 View 属性设置为 Details,并且设置了 ListView 的 SmallImageList 属性时,才能使用 IndentCount 属性。
那里的例子很容易工作。