Unplanned
Last Updated: 29 Apr 2021 11:25 by ADMIN
Terence
Created on: 29 Apr 2021 11:24
Type: Bug Report
1
If a TextBox spans on multiple pages and its Style.VerticalAlign is set to Middle or Bottom, it might be moved to the next page even when its Value is empty and its KeepTogether is set to False

When a textbox cannot fit on the current page and its Style.VerticalAlign is not set to Top, the textbox is pushed to the next page, although its KeepTogether property is set to false and its Value is null or empty.

This scenario usually happens when a textbox in a table grows vertically because the table contents also grow - it might be another nested table or any other data item. The solution is to either set the visibility of the textbox to false or set its Style.VerticalAlign to Top.

0 comments