Hi Dojo,
Do we have a multiline text field component in Interactive Automation Scripts?
In below case I don't want to have the vertical scrollbar and want to keep the fixed width of my wizard so that it's the same width for all my pages.
This can be achieved by setting the IsMultiline property of UIBlockDefinition to true. However, there is an issue in the web version of IAS where the control will not wrap the text that is too long. Not really a workaround, but maybe it can serve as a temporary solution for your use case: you can insert new line characters "\n" in your text, the web app will then split in multiple lines.