2021-10-25 04:30 AM
In a touchgfx based UI, I am able to display the text in the scroll list under the details box. But the length of the text is more, so that is not able to fit in a single row. I want to add one more row in Fault 1box.
For reference, I have attached the image snapshot which has the current UI display
I want to add one more row (row 2) in the Fault 1 tab as shown in below image snapshot
Note : scroll list tab (that is Fault 1 and Fault 2 tab), is displayed according to condition. And message/text inside this tab changes according to condition.
2021-10-25 09:24 AM
Scroll list item is custom container, and in custom container you for example can have not visible text2, text3 ... And primary visible text1
Methods for container can move change colors visibility usw
2021-11-16 06:20 AM
Hi MM, I added a text box in a custom container for adding one more row in the scroll list, now I am able to display two row in single scroll list. Thanks