DataGridViewColumnHeadersHeightSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Defines values for specifying how the height of the column headers is adjusted.
- C#
- VB.NET
public enum DataGridViewColumnHeadersHeightSizeMode : Enum
Public Enum DataGridViewColumnHeadersHeightSizeMode As [Enum]
Fields
| 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 pointer. |
| EnableResizing | Users can adjust the column header height with the pointer. |
Used By
| Name | Description |
|---|---|
| DataGridView.ColumnHeadersHeightSizeMode | Returns or sets whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. Since 3.0.13 |