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.
有没有办法增强 .NET ListView 控件以显示两个行项目?我无法使用第三方库。谢谢
没有任何方法可以增强列表视图控件的内置功能。
您是否考虑过创建“用户控件”?这肯定会让您构想自己的列表视图,允许多行。
问候