Jump to content
JasperReports Library 7.0 is now available ×

Growing Textfield


Congor

Recommended Posts

Hi, i want to insert a textfield that can grow down.

 

That is cause I have to insert a text which has an

undeterminable number of rows. Therefore it can be from

zero rows to 100.

 

I dont want to reserve exactly space for 100 rows, cause

there would be a big space if that text is empty.

 

I appreciate ur help

 

Thanks in advance

Yves

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Got it,

 

for all searching (i dont know if there is anybody

:-) but...

 

Textfields are growing

 

1. if they are in a band that supports overflowing

properly (detail, summary)

 

2. If the Property "isStrechWithOverflow" is set:

 

<textField isStretchWithOverflow="true"
isBlankWhenNull="false" evaluationTime="Now"
hyperlinkType="None" hyperlinkTarget="Self" >

 

Yves

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...