If I turn on the "Auto-Height" function of an html text doc. The maximum height I can get is 7680 (10x the amount of the height of the app).
Is this a limitation, or a bug?
The reason I have this HTML control inside of a container. I'm taking advantage of the new PDF() function. Which expands Containers. And will create a pdf of whatever is inside of the container. It worked great. Until I found this limitation. Now anything that is too long gets cut off. Both in the app, and the pdf.
The attached zip file is an html doc with a table that is 500 rows long. I am only able to view up-to row 303 in my app.
Steps to reproduce:
- Insert a vertical container control.
- Set the container's vertical overflow property to "scroll"
- Insert an HTMLText control in the container.
- Set the width to parent.width and the x and y to 0.
- Set the auto-height property to true.
- Use the html from the zip file.