Skip to main content
Version: 4.1

DataGridViewAutoSizeRowsMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Defines how to adjust the heights of the rows.

public enum DataGridViewAutoSizeRowsMode : Enum

Fields

NameDescription
AllCellsFit the contents of all cells in the rows including header cells.
AllCellsExceptHeadersFit the contents of all cells in the rows excluding header cells.
DoubleClickFit the content of all cells when the user double clicks the line below the row.
NoneDo not automatically adjust.
RowHeaderFit the contents of the row header.

Used By

NameDescription
DataGridView.AutoSizeRowsModeReturns or sets a value indicating how row heights are determined.
DataGridView.AutoResizeRowsAdjusts the heights of the rows using the specified size mode.