Hi Team,
I am using action apps in a Mestro process. In the action app I am using control like Text Area & Rich Text Box to display large texts.
The issues is, when action is completed the scroll is not working for the Text Area & Rich Text Bot control due to which do not have access to full information in the action app.
Is there any workaround for this or this is something from UiPath only.
I have tried lot of options and here are the option but each option has limitation:
- Table: Can show dynamic number of rows but does not allow any formatting, dynamic resize, does not support multi-line etc.
- Custom list: Can show dynamic number of rows/elements. Support good amount of formatting and allows different controls to display. But, each list item would be of fixed size (as defined at design time), it’ll not grow/shrink runtime.
- Static design using Containers and other controls such as labels, Text Area etc. Offers good amount of formatting options. But cannot generate dynamic content/rows/item.
I opted for 3rd option as formatting was critical for me.
Hope it helps someone.