[]
Scrolls the C1RichTextBox to bring a C1TextElement into view.
public void ScrollIntoView(C1TextElement element)
| Type | Name | Description |
|---|---|---|
| C1TextElement | element |
Scrolls the C1RichTextBox to bring a C1TextPointer into view.
public void ScrollIntoView(C1TextPointer position)
| Type | Name | Description |
|---|---|---|
| C1TextPointer | position | The position to bring into view. |