Hi Ashwini,
I have the similar kind of requirement, where I am displaying the Notification longtext fro SAP. I have made the text box editable, so that the user can input as many text lines as he wants. This is client's requirement.
I have wrapped my textbox in a Flowed subform and also checked the Expand to fit property for the text box.
But still my text box's height is not dynamic. The height of the box is fixed according to the no of lines coming from SAP. If I want to add more lines, the box is not increasing in height. Similarly, when I am deleting some of the text, the box size is not reducing.
Do you have any idea, how can I achieve this requirement?
Do I need to use script for this? Or I can achieve this without scripting?