2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Space indicator characterYou could set custom indicators for white spaces by using the EditControl's NewLineString, TabString and SpaceChar sub-properties of the WhiteSpaceIndicators property as shown in code below. C# this.editControl1.WhiteSpaceIndicators.NewLineString = "LF"; this.editControl1.WhiteSpaceIndicators.TabString = "TAB"; this.editControl1.WhiteSpaceIndicators.SpaceChar = "s";
VB Me.editControl1.WhiteSpaceIndicators.NewLineString = "LF" Me.editControl1.WhiteSpaceIndicators.TabString = "TAB" Me.editControl1.WhiteSpaceIndicators.SpaceChar = "s"
Note: The EditControl's ShowWhiteSpaces property has to be set to true for this purpose.
Reference link: https://help.syncfusion.com/windowsforms/syntaxeditor/editing#space-indicators |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.