更改 ListViewItem 边界
有没有办法将 LargeIcon 模式下的所有 ListView 项目的边界设置为特定大小?
我想为每个项目手动绘制圆角矩形背景,但在 DrawItem 事件中,e.Bounds 根据项目的状态而有所不同。
谢谢。
Is there any way to set the bounds of a all ListView items in LargeIcon mode to a specific size?
I want to manually draw a rounded rectangle background for each of the items, but in the DrawItem event e.Bounds differs based on the state of the items.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SystemInformation.IconSpacingSize 来发现用于在 LargeIcon 模式下排列图标的网格方块的大小。
Use SystemInformation.IconSpacingSize to discover the size of the grid square used to arrange icons in LargeIcon mode.