Hi All,
I am trying to create a responsive form and avoid the ugly scroll bar when I have multiple multiline text fields as part of my form.
I have managed to set the automatic height for my field using the following formula. This sets the field at the height I need.
40 * RoundUp((Len(DataCardValue9.Text)+0.01) / 135,0)
However, when viewing the form the Multiline Text Field is "trimmed" (See attachment : trimmed-multiline-field)
The form itself is in FormMode.View
In order to move the subsequent fields on my form down i guess I need to adjust the Y value of each subsequent DataCard making the Y value of the subsequent DataCard dependent on the previous DataCard however I am having some difficulty in doing so.
What would be the correct formula to set or what is the best approach to achieve this ?
Thanks in advance.

Report
All responses (
Answers (