I am working with WebHtmlEditor vers 17.1.20171.1001 and trying to set the control to use single spacing instead of double spacing when the user hits enter. I found information on the forum referring to UseLineBreak property. It appears that this property has been obsolete since version 15.2. Is there a way to force single line spacing for later versions?
Is there a way to force the Enter keypress to be treated as Shift + Enter?
Hello Vaishnavi,
Thank you for posting in our community.
That property was browser specific (Internet Explorer inserts <P> tag, Chrome inserts <div> tag, Firefox inserts<br> tag by default) and that why it’s been deprecated.
What I can suggest is for achieving your requirement press (Shift + Enter).
Please let me know if you need further assistance.