[]
Configurates AutoRowHeights. Sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.
public virtual TBuilder AutoRowHeights(bool value)
Public Overridable Function AutoRowHeights(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |