DataGridView.AutoResizeColumn Method
.NET Framework 4
Adjusts the width of the specified column to fit the contents of its cells.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |