Windows Form - List View - Removing lines between columns
- by gary
I need to display a listview in winforms which should not have any lines between columns. I tried GridLines=false and also tried setting HeaderStyle to ColumnHeaderStyle.None. But this is not working. I want to remove the 2 vertical lines coming in the middle.