tags:

views:

1198

answers:

1

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?

+1  A: 

You still have to use Interop. I suggest you to use the example given in the article.

Claymore
Yeah, that's what I do. One would think this issues could have been solved already.
z-boss
Alas, one can barely do anything advanced with Window Forms without resorting to WinAPI…
Claymore