【发布时间】:2012-08-17 19:22:23
【问题描述】:
我有 View 类型为 LargeIcon 的 ListView。 ListView 已分配 LargeImageList。分配的 ImageList 的 ImageSize 为 200x200。 将添加到 ImageList 的图像的大小与 200x200 ImageList 大小不匹配。它们可以具有较小的宽度或高度。在这两种情况下,我都希望图像按中心对齐,即 Winforms.Label 类的 MiddleCenter 属性
【问题讨论】:
标签: c# .net winforms listview imagelist