DataGridViewColumnHeadersHeightSizeMode Enumeration
Defines values for specifying how the height of the column headers is adjusted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| AutoSize | The column header height adjusts to fit the contents of all the column header cells. | |
| DisableResizing | Users cannot adjust the column header height with the mouse. | |
| EnableResizing | Users can adjust the column header height with the mouse. |
By default, users can resize the height of the column headers. You can disable this ability to set a fixed height or you can use the automatic sizing mode to fit the height to the header contents. Automatic sizing also disables user resizing.
This enumeration is used by the DataGridView control ColumnHeadersHeightSizeMode property and AutoResizeColumnHeadersHeight method.
For more information about sizing modes, see Sizing Options in the Windows Forms DataGridView Control.
The following code example illustrates the use of this enumeration in a display-only, non-interactive DataGridView control.
Available since 2.0