Is it possible to set a textfields property so that it contents can be printed on several rows if neccesary?
So that instead of "This text is way way way to lon......"
it looks like this
"This text is way
way to long"
?
Textfield that can make databands height grow
-
- Posts: 23
- Joined: Wed May 30, 2007 4:15 am
Textfield that can make databands height grow
Set the WordWrap and CanGrow properties of the text component to true.
Also if the text component is on a databand set the CanGrow property of this component to true also.
Also if the text component is on a databand set the CanGrow property of this component to true also.