DataGridViewAutoSizeRowMode

Wisej.Web.DataGridViewAutoSizeRowMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines how to adjust the height of a row.

public enum DataGridViewAutoSizeRowMode : Enum

Fields

NameDescription

AllCells

Fit the contents of all cells in the row including the header cell.

AllCellsExceptHeader

Fit the contents of all cells in the row excluding the header cell.

RowHeader

Fit the contents of the row header.

Used By

NameDescription

Adjusts the height of the row using the specified size mode.

Last updated