2
frame
  text field: short | text field: very long text causing linebreak
frame
  other elements

How do I have to configure jasper reports so that the long text field moves all subsequent frames and elements down? (ie: causes a resize of the frames dynamically)?

membersound
  • 81,582
  • 193
  • 585
  • 1,120

1 Answers1

5

Solution: make the text fields float; stretch relative to tallest object; overflow and make the surrounding frames float; no stretch.

This is very counter-intuitive that an expanding frame will have to be set to no stretch in order to expand, and move any subsequent elements down accordingly.

membersound
  • 81,582
  • 193
  • 585
  • 1,120