We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Indent VS. Tab

I am getting strange results with the tab and indent settings of the Edit control. We are using version 1. Could someone either point me to documentation or explain the difference between tab, indent and smart indenting etc?

1 Reply

AD Administrator Syncfusion Team July 14, 2004 04:20 PM UTC

Hi Scott, - The IndentType property allows you to set the type of Indent that you want the EditControl to use. The possible values are:Block, None and Smart. - If the KeepTabs property is set to true, when the Tab key is pressed, tab spaces (of size value specified by IndentSize property) are added to that particular line in the EditControl. - If the KeepTabs property is false, when the Tab key is pressed, individual spaces (number of spaces added is equal to the IndentSize property value) are added instead of tabs, to that particular line in the EditControl. - The SmartIndent Method Automatically indents the smart-indent character at the specified location. Regards Arun

Loader.
Live Chat Icon For mobile
Up arrow icon