DataGridView::AutoResizeColumn Method
.NET Framework (current version)
Adjusts the width of the specified column to fit the contents of its cells.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AutoResizeColumn(Int32) | Adjusts the width of the specified column to fit the contents of all its cells, including the header cell. |
![]() | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode) | Adjusts the width of the specified column using the specified size mode. |
![]() | AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean) | Adjusts the width of the specified column using the specified size mode, optionally calculating the width with the expectation that row heights will subsequently be adjusted. |
Show:

