Windows Form - ListView - 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:44 UTC
        
        
        Read the original article
        Hit count: 406
        
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