AvalonEdit
ScrollToLine Method (line)
NamespacesICSharpCode.AvalonEditTextEditorScrollToLine(Int32)
Scrolls to the specified line. This method requires that the TextEditor was already assigned a size (WPF layout must have run prior).
Declaration Syntax
C#Visual BasicVisual C++
public void ScrollToLine(
	int line
)
Public Sub ScrollToLine ( _
	line As Integer _
)
public:
void ScrollToLine(
	int line
)
Parameters
line (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238