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