|
Auto Outlining
The EditControl provides Visual Studio like support for collapsing and expanding blocks of code through the use of collapsers (plus-minus buttons). Sections of code which form the outlining blocks can be specified using the configuration settings. The outlining blocks can not only be specified for code but also for plain text.
Text with Automatic Outlining in the EditControl
These outlining blocks can also be specified through code. Tooltip displaying the contents of the collapsed block of text can also be viewed in the EditControl.
Outlining Tooltip in the EditControl
The outlining tooltip is built-in and appears automatically when the mouse is placed over the collapsed block of text.
|
|
|
|