Year |2007
Month|1 | |2 |3
Week |1 |2 |3 |4 |5 |6 |7 |8 |9 |10
I have used the DataGridView.Paint event to make the top 2 rows appear as if their cells span the necessary months and weeks as shown above.
The problem is, when I scroll (using the DataGridView scrollbars), the content of the top 2 rows smear and the text flows together.
How can I avoid the smear when scrolling?