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.
Solved! Go to Solution.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
193 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
262 | |
86 | |
71 | |
70 | |
66 |