DataGridViewColumnHeadersHeightSizeMode

Wisej.Web.DataGridViewColumnHeadersHeightSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

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

public enum DataGridViewColumnHeadersHeightSizeMode : Enum

Fields

NameDescription

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

NameDescription

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.

Last updated