Hello I've made a simple ListView which has 2 columins, it's a Detail ListView, i've created an ImageList and added my images inside, I set the column ImageIndex(I've tried with ImageKey also) for both of my columns and Images show inside designer but once I run the program there is no images being shown.
Here is a screenshot of designer
Despite showing the icons in the column header at design-time, apparently the ListView control in .Net doesn't actually support this feature:
The code in PRB: Cannot Assign Images to a ColumnHeader Control in a Windows Forms ListView Control in Visual C# .NET worked fine for me, however.
After adding the code and running my test app, my column headers had the same icon in them at run-time that was assigned to them at design-time.