
Quickly Determine Whether a Column Is Fully Visible in a DataGridView
It’s easy to determine whether a DataGridView column is invisible—just check its Boolean Displayed property. However, the Displayed property returns True even when the column is only partially visible in the screen. You can use the DataGridView.GetColumnDisplayRectangle method to create a solution for this problem. The second parameter to GetColumnDisplayRectangle