tags:

views:

29

answers:

2

Hi folks,

can anyone please let me know is it possible to show error provider icon on listview. ie if Im having a listview of items.. I would like to show error icon on a specific item in a row.

A: 

Typically you'd solve this problem by changing the icon to an error (red circle with white cross) and adding a tooltip to the ListViewItem.

Neil Barnwell
A: 

if you want to use your images in the listview use ImageList class and bind it to the listview via SetImagelist method.

Arseny