DataGridViewColumnHeadersHeightSizeMode
Wisej.Web.DataGridViewColumnHeadersHeightSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values for specifying how the height of the column headers is adjusted.
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 |
---|---|
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 |
Last updated