How to unify all columns DataGridView C #

1

I would like to join all the cells (columns) of a row (Row) of a DataGridview, that is, I would like to have a row without side borders in the cells.

Something in style:

DataGridViewCellBorderStyle.SingleHorizontal

However, this should not occur for all rows in the DataGridView.

    
asked by anonymous 25.08.2016 / 22:54

0 answers