I am using actipro syntax editor as below in XAML.
<syntaxeditor:SyntaxEditor Language="Xml" x:Name="txtSchema" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible">
</syntaxeditor:SyntaxEditor>
I need the Xml to be displayed with +/- for expand/collapse nodes. Is it possible ? How ?
Thanks
Himanshu