Page 1 of 1

RichText.WordWrap does not work when I export to text.

Posted: Fri Jul 29, 2011 5:41 am
by lmcza
RichText.WordWrap = true does not work when I export to text.

RichText.CanBreak = true;
RichText.CanGrow = true;
RichText.CanShrink = true;
RichText.WordWrap = true;
exportSettings.CutLongLines = false;

RichText.WordWrap does not work when I export to text.

Posted: Fri Jul 29, 2011 9:05 am
by Ivan
Hello,

Can you please send us a simple test project, which reproduces the issue?

Thank you.