Skip to main content
MRafa.1
Associate
October 25, 2021
Question

want to display two rows of text in a single scroll list

  • October 25, 2021
  • 2 replies
  • 1439 views

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

0693W00000FDdXtQAL.jpgI want to add one more row (row 2) in the Fault 1 tab as shown in below image snapshot

0693W00000FDdYNQA1.jpg 

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.

This topic has been closed for replies.

2 replies

MM..1
Chief III
October 25, 2021

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

MRafa.1
MRafa.1Author
Associate
November 16, 2021

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