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
Words will not wrap past certain width
-
- Posts: 29
- Joined: Mon Oct 25, 2010 3:59 pm
Words will not wrap past certain width
- Attachments
-
- WordWrap.jpg (128.83 KiB) Viewed 14133 times
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Words will not wrap past certain width
Assign MinTextWidth property
-
- Posts: 29
- Joined: Mon Oct 25, 2010 3:59 pm
Re: Words will not wrap past certain width
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.