DataGridViewAutoSizeRowsMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Defines how to adjust the heights of the rows.
- C#
- VB.NET
public enum DataGridViewAutoSizeRowsMode : Enum
Public Enum DataGridViewAutoSizeRowsMode As [Enum]
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 |
|---|---|
| DataGridView.AutoSizeRowsMode | Returns or sets a value indicating how row heights are determined. |
| DataGridView.AutoResizeRows | Adjusts the heights of the rows using the specified size mode. |