
07-14-2015, 08:22 AM
|
Freshman
|
|
Join Date: Nov 2005
Location: Ohio
Posts: 27
|
|
DataGridView Control vb.net Paint/Redraw issues?
I have two separate problems with my DataGridView control I was hoping to get some advice on please
The first problem is where the headers font overlap after a column resize...
screenshot1 - see how the headers are all scrambled?
The second problem happens when I hover my mouse over the headers, they change color? The more time I hover the darker the color gets...you can see that in screenshot1 too
screenshot2 - sorry you kind of have to turn your head a bit for this one, heh
I dont make any changes to the properties in my code. In fact, here is the code
Code:
With DataGridView1
.DataSource = myDataSet
.DataMember = "test"
End With
Thanks for any advice
|
|