Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Wrapping text inside WebHTMLEditor
posted

I'm using Infragistics WebHTMLEditor 7.3. I want the cursor to move down in the next line whenever the number of character in the line exceeds a specific limit.

I tried to look into TextWindow member of the editor and tried to change the width, but still the cursor is not going down in the next line.

In short I want to wrap the text, the way it happens in Notepad application in any windows OS.

Could you please let me know how can achieve that? Is there any built in method provided for that?