DataGridView Collapse Top Border
Windows Forms
1
Posts
1
Posters
1
Views
1
Watching
-
I've got a datagridview with a column header row and some content rows that have top borders, and some content rows that don't. When I scroll the grid, rows that have a top border don't collapse into the column header border and I end up with a double border. What's the easiest way to collapse the border being scrolled either up or down? (Some events fire in only one direction).