Page 1 of 1

Give the same height to all text columns in the same row

Posted: Mon Aug 09, 2021 1:53 pm
by d-hcelik
Hi
in my report some of columns in same row has dynamic texts,so their height can grow but i want all text columns in same row to same height

i set can grow to true but it does not work,when i set aut grow to height it give warning "It is possible to overlap components.
The GrowToHeight property of the 'iText864' component is set to true. When rendering a report, this component can overlap one or more underlying components." and it overflow to other input


how can i provide same height for same row texts?

Re: Give the same height to all text columns in the same row

Posted: Wed Aug 11, 2021 9:17 pm
by HighAley
Hello,

You could add a Panel under this row.

Thank you.