Print sliding bug

I believe I have a bug related to print sliding, but I wanted to make sure that was the case before I put in a request.
I have a form that is in list view. I have the fields in the body of the form set with the printslide properties to allow height to grow.

I have several text area fields that users will put multi-line entries of data into these fields, and when they print out, we need to be able to grow the fields so that all of the data can be seen. When I go to print, it will grow the field size only as large as the first row. All subsequent rows will get the same height.
I will give an example:
Let’s say the first row has 3 lines of data in the fields, the second row has 5 lines of data. When printed, the fields in all rows will only grow to the first rows requirement of 3 lines. Thereby cutting off the data in the second row at 3 lines.

I figure that the print sliding should be on a row by row basis. The fields will grow and shrink row by row as needed. Am I wrong? Is there a property tag that I didn’t turn on to allow this?

I tried to reproduce this with the fresh released Servoy 3.5 :).

The problem is solved in this version (some printing changes were made). More printing fixed for cases when lines are wrapped in textareas will be available in the next release - 3.5.1.

Could you try to see if 3.5 solves your problem?