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,但我不知道为大小和组标题图标制作 ImageLists 有多大。它们应该有多大?
我会建议
32x32 像素,用于大标题和组标题
前任。在 MFC 中
// The pointer to my image list. extern CImageList* pmyImageList; pmyImageList->Create(32, 32, ILC_COLOR8, 0, 4);
小可能是 16x16。
请参阅此处以了解 Microsoft 的尺寸建议。
http://msdn.microsoft.com/en-us/library/ms997636.aspx