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.
我花了一段时间搜索互联网,但似乎找不到 ListView 样式或 exstyles 的列表。我有兴趣找出以下方面的价值:
LVS_EDITLABELS
以及其他人。有没有列出这些的地方?我在网上看到很多例子,但没有列出样式的值。它们只是按名称来称呼。
Windows 平台 SDK 的头文件定义了这些值。如果您使用的是 Visual Studio,那么您可能已经在您的机器上安装了平台 SDK 的副本;查找名为“PlatformSDK”的文件夹。ListView 样式在 CommCtrl.h 中定义:
#define LVS_EDITLABELS 0x0200
它定义CommCtrl.h为
CommCtrl.h
#define LVS_EDITLABELS 512