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?
views:
1198answers:
1
+1
A:
You still have to use Interop. I suggest you to use the example given in the article.
Claymore
2008-12-04 14:25:26
Yeah, that's what I do. One would think this issues could have been solved already.
z-boss
2008-12-05 17:27:34
Alas, one can barely do anything advanced with Window Forms without resorting to WinAPI…
Claymore
2008-12-05 18:26:04