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.
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.
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.
if you want to use your images in the listview use ImageList class and bind it to the listview via SetImagelist method.