DataGridView's top left cell value is not displayed.
Posted
by Spike
on Stack Overflow
See other posts from Stack Overflow
or by Spike
Published on 2010-04-08T01:32:20Z
Indexed on
2010/04/08
1:43 UTC
Read the original article
Hit count: 371
I have a DataGridView, without visible row or column headers, and bound to a BindingList. No matter what I try the top left cell (Rows[0].Cells[0]
) is always empty. The cell's Visible property is true, but it never displays its contents. If I make some rows and columns invisible, it's still the top left of the visible cells that isn't displayed.
© Stack Overflow or respective owner