Wisej.Web.DataGridViewAutoSizeRowMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how to adjust the height of a row.
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.
Adjusts the height of the row using the specified size mode.