Words will not wrap past certain width

General TRichView support forum. Please post your questions here
Post Reply
msimmons15
Posts: 29
Joined: Mon Oct 25, 2010 3:59 pm

Words will not wrap past certain width

Post 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
Attachments
WordWrap.jpg
WordWrap.jpg (128.83 KiB) Viewed 12348 times
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Words will not wrap past certain width

Post by Sergey Tkachenko »

Assign MinTextWidth property
msimmons15
Posts: 29
Joined: Mon Oct 25, 2010 3:59 pm

Re: Words will not wrap past certain width

Post 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.
Post Reply