Windows Form - List View - Removing lines between columns
Posted
by gary
on Stack Overflow
See other posts from Stack Overflow
or by gary
Published on 2010-05-10T08:21:01Z
Indexed on
2010/05/10
8:24 UTC
Read the original article
Hit count: 358
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.
© Stack Overflow or respective owner