更改 ListViewItem 边界

发布于 2024-08-14 03:18:01 字数 130 浏览 2 评论 0原文

有没有办法将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缘字诀 2024-08-21 03:18:01

使用 SystemInformation.IconSpacingSize 来发现用于在 LargeIcon 模式下排列图标的网格方块的大小。

Use SystemInformation.IconSpacingSize to discover the size of the grid square used to arrange icons in LargeIcon mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文