[]
Configurates AutoScroll. Sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.
public TBuilder AutoScroll(bool value)
Public Function AutoScroll(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |