It should be easy, right? Have a listview, add an imagelist, add images to the imagelist, assign image index to the column you want.
But, it doesn’t work.
Microsoft article states that it is a known problem in .NET 1.1.
But has it been fixed since?
It should be easy, right? Have a listview, add an imagelist, add images to
Share
You still have to use Interop. I suggest you to use the example given in the article.