AvalonEdit
EnsureVisualLines Method
NamespacesICSharpCode.AvalonEdit.RenderingTextViewEnsureVisualLines()()()()
If the visual lines are invalid, creates new visual lines for the visible part of the document. If all visual lines are valid, this method does nothing.
Declaration Syntax
C#Visual BasicVisual C++
public void EnsureVisualLines()
Public Sub EnsureVisualLines
public:
void EnsureVisualLines()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe visual line build process is already running. It is not allowed to call this method during the construction of a visual line.

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