TWebRichEdit line wrapping

Is there a way to get the TwebRichEdit Control to do soft line wraps?


Also, can you move the InsertHTML procedure from protected to Public?

Thanks

Just want to re-raise this as there was no response.


Do I have to add some css to do this? If so can it be added as a property to the control?

Thanks

We see that by default it inserts soft line wraps. We have added a property InsertLinebreaks: boolean that will allow to control whether a soft line break or hard linebreak (<br>) will be inserted.
The next update will have InsertHTML() as public method.

thanks. I must admit when I use the control it doesn't soft wrap as you get to the edge of the control as I'd expect. It probably needs css overflow and overflow-wrap options