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.
当您在 Windows 7 资源管理器中选择“列表”模式时,它将显示具有不同宽度列的项目列表,这就是我所说的:
谁能告诉我如何在 .NET 4 中使用 ListView 实现相同的功能?
当我尝试“ListView.View = List”时,它使所有列的大小与任何列中最长的项目相同,如果所有元素都很短但只有少数元素很长,这看起来很奇怪。
将listview的列宽设置为-1或-2,-1将列自动调整为列中最长的项目,-2将列自动调整为列标题的长度