C
craig.wenger
I am using a DataGridView to display information stored in classes. I
am linking to the information with the Tag property of the
DataGridView rows. Unfortunately, whenever I set the Tag property,
update all its associated cells, and then add a new row, it adds the
blank row to the top of the grid. It seems like it would be more
logical to me to add the new row to the bottom of the grid. Before I
started using the Tag property of the rows, and just kept an
independent list of items to store the information, I didn't have this
problem, even though I am not sure what the difference is.
am linking to the information with the Tag property of the
DataGridView rows. Unfortunately, whenever I set the Tag property,
update all its associated cells, and then add a new row, it adds the
blank row to the top of the grid. It seems like it would be more
logical to me to add the new row to the bottom of the grid. Before I
started using the Tag property of the rows, and just kept an
independent list of items to store the information, I didn't have this
problem, even though I am not sure what the difference is.