【发布时间】:2010-03-23 13:00:33
【问题描述】:
过去,我使用 Listview 并使用以下代码可以显示特定 memId 的特定图像。但现在我需要用 Infragistics.Win.UltraWinGrid 替换 listview 问题出现了我如何显示超网格的图像。
For Each LItem As ListViewItem In Me.dvParticipants.Items
If CInt(LItem.SubItems(2).Text) = memid Then
LItem.ImageIndex = imageindex
End If
Next
请提出建议。
【问题讨论】:
标签: .net infragistics