DataGridViewAutoSizeRowsMode
Wisej.Web.DataGridViewAutoSizeRowsMode
Last updated
Wisej.Web.DataGridViewAutoSizeRowsMode
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how to adjust the heights of the rows.
AllCells
Fit the contents of all cells in the rows including header cells.
AllCellsExceptHeaders
Fit the contents of all cells in the rows excluding header cells.
DoubleClick
Fit the content of all cells when the user double clicks the line below the row.
None
Do not automatically adjust.
RowHeader
Fit the contents of the row header.
Returns or sets a value indicating how row heights are determined.
Adjusts the heights of the rows using the specified size mode.