Page 1 of 1
how to adjust the height of the RVHeader and RVFooter
Posted: Wed Nov 04, 2015 9:01 am
by bsanlang
Hello:
How to adjust the height of the RVHeader and RVFooter in the code of app.
Posted: Wed Nov 04, 2015 8:48 pm
by Sergey Tkachenko
Heights are calculated automatically.
If you want more space between the header/footer and the main document, increase TopMargin/BottomMargin.
Or you can insert a table in a header/footer and set table row height.
how to adjust the height of the RVHeader and RVFooter
Posted: Sun May 19, 2019 5:56 pm
by DaisyRar
How to fix the length and width of the cell in the SRV table, and when the user input the content beyond the cell width, the height of the cell will not automatically change.
Thanks
Re: how to adjust the height of the RVHeader and RVFooter
Posted: Mon May 20, 2019 10:07 am
by Sergey Tkachenko
Assign cell sizes (BestWidth and BestHeight properties) and include rvtoIgnoreContentWidth and rvtoIgnoreContentHeight in the table Options property.