Page 1 of 1

Words will not wrap past certain width

Posted: Tue Apr 07, 2020 3:13 pm
by msimmons15
Hi Sergey,

See attached image. I'm having a problem with a word wrap limit. As I shrink the control width the text will wrap to a point. After that width is reached words are no longer wrapped to the next line and the scroll bar must be used to view the text. Have you seen this behavior? Is there a way too allow the wrapping to continue as the control width is reduced?

In this case the control is a TDBRichViewEdit.

Thanks,
Mike Simmons

Re: Words will not wrap past certain width

Posted: Tue Apr 07, 2020 3:45 pm
by Sergey Tkachenko
Assign MinTextWidth property

Re: Words will not wrap past certain width

Posted: Tue Apr 07, 2020 4:52 pm
by msimmons15
This did not help or change the behavior. But I then found the rvoClientTextWidth option. I turned this option on and the behavior became what I wanted. Thanks for pointing me to the area to look at.