Why is a DataGridView so row-centric.
Posted
by Spike
on Stack Overflow
See other posts from Stack Overflow
or by Spike
Published on 2010-03-26T00:11:16Z
Indexed on
2010/03/26
0:13 UTC
Read the original article
Hit count: 661
datagridview
Why is there a DataGridViewRow.Cells property, but not a DataGridViewColumn.Cells property?
What's so important about rows that I'll never want to iterate down a column? I'm not saying that it makes it particularly difficult to do or anything, it just strikes me as oddly asymmetrical.
I'm implementing a "fill down" type behaviour, and it'd be handy is all.
© Stack Overflow or respective owner