TableStyles equivalent in DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to convert an existing DataGrid to DataGridVIew. I ran into a
couple of problems that maybe someone can help me with.

1) With a DataGridView there isn't a TableStyles collection like there was
in DataGrid. What is the equivalent in a DataGrid control (Windows forms).

2) WIth a DataGrid there was a CurrentRowIndex is there something similar
for DataGridView?

Thank you.
 
Back
Top