Page 1 of 1

Multiline TextBox

Posted: Tue Sep 12, 2006 12:13 pm
by isoft
Hi. In my report I'm using a textBox to display data, but there is no multiline property. I tried to set the CanGrow property to true, but it doesn't work.
Is there a way of doing this?

Thanks!

By the way, Stimulreports are awsome! Keep up the good work!

Multiline TextBox

Posted: Tue Sep 12, 2006 1:29 pm
by Vital

Please use TextOptions.WordWrap property.

Thank you.

Multiline TextBox

Posted: Tue Sep 12, 2006 3:40 pm
by isoft
Thanks for the reply.

Works great!