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 Basic | Visual C++ |
public void EnsureVisualLines()
Public Sub EnsureVisualLines
public: void EnsureVisualLines()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The 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