DataGridViewAutoSizeRowsMode
Wisej.Web.DataGridViewAutoSizeRowsMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how to adjust the heights of the rows.
Fields
Name | Description |
---|---|
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. |
Used By
Name | Description |
---|---|
Returns or sets a value indicating how row heights are determined. | |
Adjusts the heights of the rows using the specified size mode. |
Last updated