Memo Auto Size
I have a Memo that I'm changing in the BeforePrint at runtime. So far so good.
I need all the lines of the TStringList visible in the Report.
But even with Memos's auto size true, the memo continue with the same height. So I can't see the last lines.
What can I do?
I need all the lines of the TStringList visible in the Report.
But even with Memos's auto size true, the memo continue with the same height. So I can't see the last lines.
What can I do?
Comments
turn autosize off it stretches width
turn wordwrap on if needed
turn stretched on for both memo and band
Also a stretched memo cannot have another memo directly below it in the same band.
regards
thank you