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: ...
Ok, another DataGridView issue: I have the AutoSizeMode for every column in my DataGridView set to AllCells. I also have the AutoSizeColumnsMode for the DataGridView itself set to AllCells. The ...