Scrolls the C1RichTextBox so that the given position is at the top.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void ScrollTo(
	C1TextPointer position
)
Visual Basic
Public Sub ScrollTo ( _
	position As C1TextPointer _
)

See Also