Skip to main content
Version: 4.1

DataGridViewColumnHeadersHeightSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Defines values for specifying how the height of the column headers is adjusted.

public enum DataGridViewColumnHeadersHeightSizeMode : Enum

Fields

NameDescription
AutoSizeThe column header height adjusts to fit the contents of all the column header cells.
DisableResizingUsers cannot adjust the column header height with the pointer.
EnableResizingUsers can adjust the column header height with the pointer.

Used By

NameDescription
DataGridView.ColumnHeadersHeightSizeModeReturns 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