Clear – I use this to remove all rows at once. This also works correctly and does not seem to cause any issues. I'm observing unexpected memory behavior after adding and removing DataGridViewRow ...
I've been working on a Windows Form Application that displays continuously updated data (from an external source) in a tabular format. Here's a brief(?) description of what I'm trying to accomplish: ...