hi!
I got a ListView with a Control Type ColumnHeader, ListView.GridLines = true, and i add a label into ListViewItem.SubItem.however , when i run my application, the gridline of listview is disappear, as if the line is covered by label, how can i get my gridline back.
When I set the BackColor of Label as Color.Tansparent, still, it doesn't work.