AD
Administrator
Syncfusion Team
January 15, 2003 07:15 PM UTC
Currently only manual outlining is functional (the automatic outlining should be available in our upcoming public patch next week).
First, you need to set the following property to true:
editControl1.OutliningEnabled = true;
To perform the outlining, you can do the following:
Build your project with OutliningEnabled set to true
In the edit control, select the lines that you want to group as an outlining object.
Once selected, right click and choose "Outlinging -> Hide Selection"
Now you can collapse/expand the outlining group.