DatagridView Background does not refresh. Traces left behind.
Posted
by Curchy
on Stack Overflow
See other posts from Stack Overflow
or by Curchy
Published on 2010-04-27T15:40:42Z
Indexed on
2010/04/27
15:43 UTC
Read the original article
Hit count: 251
I have a DataGridView bound on a generic list, in .NET 3.5.
When this grid is resized, there is a residual traces that is left behind on the background of the grid where there is no items. This only occurs where there is some columns that have the WrapMode attribute set to True. It seems that only the content that is wrapped is not refreshed on the background of the grid.
Anybody have a workaround or a resolution for this problem?
© Stack Overflow or respective owner