[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(C1TextElement)

Scrolls the C1RichTextBox to bring a C1TextElement into view.

Declaration
public void ScrollIntoView(C1TextElement element)
Parameters
Type Name Description
C1TextElement element

ScrollIntoView(C1TextPointer)

Scrolls the C1RichTextBox to bring a C1TextPointer into view.

Declaration
public void ScrollIntoView(C1TextPointer position)
Parameters
Type Name Description
C1TextPointer position

The position to bring into view.