Dans le passé, j'utilise Listview et en utilisant le code ci-dessous peut montrer une image particulière pour un memId particulier. Mais maintenant j'ai besoin de remplacer listview avec Infragistics.Win.UltraWinGrid problème se pose comment je montre l'image pour ultragrid.Comment ajouter un imagelist dans Infragistics.Win.UltraWinGrid?
For Each LItem As ListViewItem In Me.dvParticipants.Items
If CInt(LItem.SubItems(2).Text) = memid Then
LItem.ImageIndex = imageindex
End If
Next
Veuillez nous suggérer.