<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Editor`](Editor) › [`scrollIntoView`](Editor/scrollIntoView)
## Editor.scrollIntoView() method
0.13.0
**Signature:**
```typescript
abstract scrollIntoView(range: EditorRange, center?: boolean): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>range</code> | [`EditorRange`](EditorRange) | |
| <code>center</code> | <code>boolean</code> | _(Optional)_ |
**Returns:**
`void`