I've just started to use dataGridView, and some things seem strange to me:
- when there is a Columns property, in which you can add columns, why is there not a Rows property? It seems you can only add rows programmatically. Or am I wrong?
- the 'star' icon to the left of the first row, can't it be removed?
- is it possible to disable sorting? I mean when you click on a column, the "sorting-arrow" appears, suggesting that the cells would be sorted.
If it is only possible to add rows programmatically, I have this question:
- I need a dataGridView with 1 column and x rows. How to do this the quickest and easiest way? The cells will be filled at runtime, programmatically.
update: About disabling sorting, I found out myself: there is a property to change this if you open the (Collections) of the columns.