Goes to the specified line number in the editor
public Task GotoLine(int line, bool noRefresh, bool noSelection)
Parameters
line
Editor Line to display
noRefresh
Won't refresh the preview after setting the line number.
Use this to prevent recursive scrolling in the preview/editor updates.
noSelection
Only scroll but don't select
See also:
Class MarkdownDocumentEditor© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic