ListView 的 ImageList 的大小应该是多少?
我有一个 ListView,但我不知道要为大和小以及组标题图标制作多大的 ImageList。它们应该有多大?
I have a ListView, and I don't know how big to make the ImageLists for large and small, and group header icons. How big should they be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议
大型标题和组标题使用 32x32 像素
。在MFC
中小可能是16x16。
请参阅此处可能深入了解 Microsoft 的大小建议。
http://msdn.microsoft.com/en-us/library/ms997636.aspx
I would suggest
32x32 pixels for large and group header
ex. in MFC
small might be 16x16.
see here for possible insight into Microsoft's sizing recommendations.
http://msdn.microsoft.com/en-us/library/ms997636.aspx