Embedded View Vertical Length Limit

I have an embedded view on a form. It is a “Show single category”. The problem is the form does not display all of the documents in the view for the category on the screen or when printed. You have to scroll down to see all the documents. I have tried to set the Height of the embedded view - the greatest it will accept is 6 inches.

Any ideas would be appreciated!

Subject: RE: Embedded View Vertical Length Limit

Does the form serve any purpose other than being the carrier for the view? If not, then using @SetViewInfo on a naked view would do what you want. If you need the form to be editable and have an embedded view on it, then you are stuck with what you’ve got. If the form only needs to be in read mode (to display additional information) you can write a table to a rich text field to take the place of a view.