Scrolls the C1RichTextBox so that the given position is at the top.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public void ScrollTo( C1TextPointer position ) |
| Visual Basic |
|---|
Public Sub ScrollTo ( _ position As C1TextPointer _ ) |
Parameters
- position
- Type: C1.Phone.RichTextBox.Documents..::..C1TextPointer
A C1TextPointer to scroll to.