【发布时间】:2011-10-07 12:17:52
【问题描述】:
Tutorial 解释了无图标列表的排序。
图标将在ListView.LargeImageList property 中设置为ImageList 实例。 ImageList 可以通过键映射,但我找不到将图像键与列表中包含的ListViewItem 关联的方法。
【问题讨论】:
标签: .net
Tutorial 解释了无图标列表的排序。
图标将在ListView.LargeImageList property 中设置为ImageList 实例。 ImageList 可以通过键映射,但我找不到将图像键与列表中包含的ListViewItem 关联的方法。
【问题讨论】:
标签: .net
使用ListViewItem.ImageKey 属性将项目与图像相关联。如果列表视图项目的顺序因排序而发生变化,项目的图像将相应显示。
【讨论】: