DataGridViewColumnHeadersHeightSizeMode Enumeration
Defines values for specifying how the height of the column headers is adjusted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.