C#: ListView in VirtualMode not displaying design-time columns when adding items & subitems at runtime?
I have a listview set up at design time with 5 columns. column[0] == empty checkbox item and the other 4 contain text.
My problem is that it 'whites out' my column headers & text when I press the button to add items to the listview from my array of listviewitem cache. Any ideas why this is occurring?